|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.dbpage.business.DbPageHome
public final class DbPageHome
This class provides instances management methods (selectRows, selectColumsNames ...) for DbPage objects
Method Summary | |
---|---|
static java.util.List<java.util.List<java.lang.String>> |
selectRows(java.lang.String strQuery,
fr.paris.lutece.portal.service.database.PluginConnectionService connectionService)
Returns Column's Values of the SQL request |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.List<java.util.List<java.lang.String>> selectRows(java.lang.String strQuery, fr.paris.lutece.portal.service.database.PluginConnectionService connectionService) throws java.sql.SQLException
strQuery
- The queryconnectionService
- the PluginConnectionService object
java.sql.SQLException
- The sql exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |