executeQuery(DBConnection conn) Method to query objects from the database.
Parameters: conn - Handle to database connection. exception: java.sql.SQLException - If a database access error occurs.
Parameters: sessionKey - the key for the session that should be retrieved. Parameters: loader - the class loader to use when loading the serializedsession data.
Method to query objects from the database.
Parameters: conn - Handle to database connection. exception: java.sql.SQLException - If a database access error occurs.
Method to get next object from query results.
Parameters: rs - JDBC result set from which the next objectwill be instantiated. exception: SQLException - If a database access error occurs.