See: Description
| Interface | Description |
|---|---|
| CallableStatementMapper | |
| Cleanable |
Cleans up some JDBC resource e.g.
|
| StatementBuilder |
Used to convert translated SQL into a prepared statement.
|
| StatementBuilderFactory |
Used to specify how prepared statements are built.
|
| StatementCustomizer |
Allows tweaking of statement behaviour.
|
| TimingCollector |
This class collects timing information for every database operation.
|
| Class | Description |
|---|---|
| Batch |
Represents a group of non-prepared statements to be sent to the RDMBS in one "request".
|
| Binding |
Represents the arguments bound to a particular statement
|
| Call |
Used for invoking stored procedures.
|
| DefaultStatementBuilder |
A StatementBuilder which will always create a new PreparedStatement
|
| DefaultStatementBuilderFactory | |
| OutParameters |
Represents output from a Call (CallableStatement)
|
| PreparedBatch |
Represents a prepared batch statement.
|
| Query |
Statement providing convenience result handling for SQL queries.
|
| Script |
Represents a number of SQL statements which will be executed in a batch statement.
|
| SqlStatement<This extends SqlStatement<This>> |
This class provides the common functions between
Query and
Update. |
| SqlStatements | |
| StatementContext |
The statement context provides access to statement-local configuration.
|
| StatementCustomizers | |
| StatementCustomizers.FetchDirectionStatementCustomizer |
Sets the fetch direction on a query.
|
| StatementCustomizers.FetchSizeCustomizer | |
| StatementCustomizers.MaxFieldSizeCustomizer | |
| StatementCustomizers.MaxRowsCustomizer | |
| StatementCustomizers.QueryTimeoutCustomizer | |
| TimingCollector.NopTimingCollector | |
| Update |
Used for INSERT, UPDATE, and DELETE statements
|
| Exception | Description |
|---|---|
| StatementException | |
| UnableToCreateStatementException | |
| UnableToExecuteStatementException |
Copyright © 2017. All rights reserved.