|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.dbpage.business.DbPageDAO
public final class DbPageDAO
This class provides Data Access methods for DbPage DAO objects
Constructor Summary | |
---|---|
DbPageDAO()
|
Method Summary | |
---|---|
java.util.List<java.util.List<java.lang.String>> |
selectRows(java.lang.String strRequest,
fr.paris.lutece.portal.service.database.PluginConnectionService connectionService)
Returns a list of lists of String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DbPageDAO()
Method Detail |
---|
public java.util.List<java.util.List<java.lang.String>> selectRows(java.lang.String strRequest, fr.paris.lutece.portal.service.database.PluginConnectionService connectionService) throws java.sql.SQLException
selectRows
in interface IDbPageDAO
strRequest
- The SQL requestconnectionService
- The PluginConnectionService
java.sql.SQLException
- An exception which is related in the sql handling
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |