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.
Creates a Statement object for sending SQL statements to the database.
Retrieves the current auto-commit mode for this Connection object.
Retrieves this Connection object's current catalog name.
Retrieves whether this Connection object has been closed.
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
Sets this connection's auto-commit mode to the given state.
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.