| Interface | Description |
|---|---|
| BatchInsertStatement | |
| DeleteStatement | |
| InsertResultWithGeneratedKey | |
| InsertStatement | |
| QueryResult | |
| QueryResultFactory | |
| ResultSetHandler<T> | |
| SelectStatement | |
| Statement |
Note that the connection used by a Stement is
not closed after the statement has
been executed.
|
| UpdateStatement |
| Class | Description |
|---|---|
| BatchInsertStatementDefault | |
| DeleteStatementDefault | |
| InsertResultWithGeneratedKeyDefault | |
| InsertStatementDefault | |
| QueryResultDefault | |
| SelectStatementDefault | |
| StatementBase |
If the connection's
Connection.getAutoCommit() is true/code>,
the connection will be automatically closed. |
| UpdateStatementDefault |
Copyright © 2017. All rights reserved.