| Methoden |
| public void | clearWarnings() |
| public void | close() |
| public void | commit() |
| public Statement | createStatement() |
| public Statement | createStatement(int resultSetType, int resultSetConcurrency) ![[1.2]](../../images/marg12.gif) |
| public Statement | createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) ![[1.4]](../../images/marg14.gif) |
| public boolean | getAutoCommit() |
| public String | getCatalog() |
| public int | getHoldability() ![[1.4]](../../images/marg14.gif) |
| public DatabaseMetaData | getMetaData() |
| public int | getTransactionIsolation() |
| public Map | getTypeMap() ![[1.2]](../../images/marg12.gif) |
| public SQLWarning | getWarnings() |
| public boolean | isClosed() |
| public boolean | isReadOnly() |
| public String | nativeSQL(String sql) |
| public CallableStatement | prepareCall(String sql) |
| public CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency) ![[1.2]](../../images/marg12.gif) |
| public CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) ![[1.4]](../../images/marg14.gif) |
| public PreparedStatement | prepareStatement(String sql) |
| public PreparedStatement | prepareStatement(String sql, int autoGeneratedKeys) ![[1.4]](../../images/marg14.gif) |
| public PreparedStatement | prepareStatement(String sql, int[] columnIndexes) ![[1.4]](../../images/marg14.gif) |
| public PreparedStatement | prepareStatement(String sql, String[] columnNames) ![[1.4]](../../images/marg14.gif) |
| public PreparedStatement | prepareStatement(String sql, int resultSetType, int resultSetConcurrency) ![[1.2]](../../images/marg12.gif) |
| public PreparedStatement | prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) ![[1.4]](../../images/marg14.gif) |
| public void | releaseSavepoint(Savepoint savepoint) ![[1.4]](../../images/marg14.gif) |
| public void | rollback() |
| public void | rollback(Savepoint savepoint) ![[1.4]](../../images/marg14.gif) |
| public void | setAutoCommit(boolean autoCommit) |
| public void | setCatalog(String catalog) |
| public void | setHoldability(int holdability) ![[1.4]](../../images/marg14.gif) |
| public void | setReadOnly(boolean readOnly) |
| public Savepoint | setSavepoint() ![[1.4]](../../images/marg14.gif) |
| public Savepoint | setSavepoint(String name) ![[1.4]](../../images/marg14.gif) |
| public void | setTransactionIsolation(int level) |
| public void | setTypeMap(Map map) ![[1.2]](../../images/marg12.gif) |