Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
Retrieves this Connection object's current catalog name.
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.
Retrieves whether this Connection object has been closed.
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
Retrieves the current auto-commit mode for this Connection object.
Sets this connection's auto-commit mode to the given state.
Creates a Statement object for sending SQL statements to the database.
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
Wrapper class for connection