| Interface | Description |
|---|---|
| Connection |
Represents a database connection (session).
|
| ConnectionFactory |
Provides access to a database
Connection. |
| ExecutableStatement |
Represents an executable SQL statement.
|
| Row |
Represents a row of a result returned by a database engine.
|
| RowPublisher |
A reactive streams specification's
Publisher giving access to the rows. |
| Statement |
Represents a SQL statement
|
| TypeConverter<T> |
Represents a converter of values returned by database to type desired by
a client.
|
| TypeConvertersProvider |
| Class | Description |
|---|---|
| ColumnMetadata |
Represents column's metadata.
|
| KeyColumns | |
| ResultSet |
Represents a set of rows returned by a database engine.
|
| RowMetadata | |
| SqlNumeric | |
| SqlParam<T> | |
| StatementOptions | |
| Warning |
Represents a warning emitted by a database engine during statement
processing.
|
| Enum | Description |
|---|---|
| KeyColumns.Type |