| Class | Description |
|---|---|
| BulkQueryDefinition |
The definition of a bulk operations defined around one single SQL command
|
| BulkScript |
Parameters to configure an operation which executes a SQL script
|
| ColumnType |
A user defined JDBC type
|
| DbNameConstants |
Utility to reuse names across the DB connector
|
| OutputParameter |
An output parameter to be used in the context of a stored procedure call
|
| ParameterizedStatementDefinition<T extends ParameterizedStatementDefinition> |
Base class for
StatementDefinition implementations which have a Map of input parameters. |
| ParameterType |
Allows specifying the type of a given parameter
|
| QueryDefinition |
The definition for a DML query
|
| QuerySettings |
Parameters to configure queries
|
| StatementDefinition<T extends StatementDefinition> |
Base class containing common attributes for a statement.
|
| StoredProcedureCall |
The definition of the invocation to a stored procedure
|
| TypeClassifier |
A parameter group for configuring the type of a parameter.
|
| Enum | Description |
|---|---|
| JdbcType | |
| TransactionIsolation |
The transaction isolation levels that can be set on the JDBC driver when connecting to the database.
|
Copyright © 2021. All rights reserved.