executeQuery(DBConnection conn) Method to query the existence of the key.
Parameters: conn - Handle to database connection. exception: java.sql.SQLException - If a database access error occurs.
Method to query the existence of the key.
Parameters: conn - Handle to database connection. exception: java.sql.SQLException - If a database access error occurs.
Returns Boolean(true) if the key exists. Boolean(false) otherwise.
Parameters: rs - result set from which the next object will be instantiated. Booleanindicating if the key exists. exception: SQLException - if a database access error occurs.