|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.adminquery.business.AdminQueryHome
public final class AdminQueryHome
This class provides instances management methods (selectRows, selectColumsNames ...) for AdminQuery objects
Method Summary | |
---|---|
static java.util.List<java.lang.String> |
selectColumnNames(java.lang.String request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns Column's Name of the table asked by the request |
static java.util.List<java.util.List> |
selectRows(java.lang.String request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns Column's Values of the table asked by the 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.lang.String> selectColumnNames(java.lang.String request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
request
- the SQL requestplugin
- the Plugin
public static java.util.List<java.util.List> selectRows(java.lang.String request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
request
- the SQL request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |