fr.paris.lutece.plugins.dbpage.business
Class DbPageHome

java.lang.Object
  extended by fr.paris.lutece.plugins.dbpage.business.DbPageHome

public final class DbPageHome
extends java.lang.Object

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

selectRows

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
Returns Column's Values of the SQL request

Parameters:
strQuery - The query
connectionService - the PluginConnectionService object
Returns:
a Collection of ColumnValues
Throws:
java.sql.SQLException - The sql exception


Copyright © 2010 Mairie de Paris. All Rights Reserved.