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.
next(ResultSet rs) Method to get next object from query results.
Parameters: rs - JDBC result set from which the next objectwill be instantiated. 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 - JDBC result set from which the next objectwill be instantiated. exception: java.sql.SQLException - If a database access error occurs. exception: ObjectIdException - If ObjectId was not found.