| Class and Description |
|---|
| Batch
A collection of statements that are executed in a batch for performance reasons.
|
| ColumnMetadata
Represents the metadata for a column of the results returned from a query.
|
| Connection
A single connection to a database.
|
| ConnectionFactory
A factory for creating
Connections. |
| ConnectionFactoryMetadata
Metadata about the product a
ConnectionFactory is connected to. |
| ConnectionFactoryOptions
A holder for configuration options related to
ConnectionFactorys. |
| ConnectionFactoryOptions.Builder
A builder for
ConnectionFactoryOptions isntances. |
| IsolationLevel
SQL transaction isolation levels.
|
| Nullability
Constants indicating nullability of column values.
|
| Option
Represents a configuration option constant.
|
| Result
Represents the results of a query against a database.
|
| Row
Represents a row returned from a database query.
|
| RowMetadata
Represents the metadata for a row of the results returned from a query.
|
| Statement
A statement that can be executed multiple times in a prepared and optimized way.
|
Copyright © 2019. All rights reserved.