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.
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 - result set from which the session key will be instantiated. exception: java.sql.SQLException - if a database access error occurs.