| Interface | Description |
|---|---|
| MySqlBatch |
Batch for executing a collection of statements in a batch against a MySQL database. |
| MySqlColumnMetadata |
ColumnMetadata for column metadata returned from a MySQL database. |
| MySqlConnection |
A
Connection for connecting to a MySQL database. |
| MySqlConnectionMetadata |
ConnectionMetadata for a connection connected to a MySQL database. |
| MySqlNativeTypeMetadata |
An interface for MySQL native type metadata.
|
| MySqlOutParameterMetadata |
OutParameterMetadata for an OUT parameter metadata returned from a MySQL database. |
| MySqlOutParameters |
OutParameters for a collection of OUT parameters returned from a MySQL database. |
| MySqlOutParametersMetadata |
OutParametersMetadata for OUT parameters metadata returned from a MySQL database. |
| MySqlReadable |
Readable data for a row or a collection of OUT parameters that's against a MySQL
database. |
| MySqlReadableMetadata |
ReadableMetadata for metadata of a column or an OUT parameter returned from a MySQL
database. |
| MySqlResult |
A
Result for results of a query against a MySQL database. |
| MySqlResult.Message |
Message segment reported as result of the statement processing.
|
| MySqlResult.OkSegment |
Insert result segment consisting of a
last inserted id and
affected rows count, and only appears if the statement is an insert, the table has an
auto-increment identifier column, and the statement is not using the RETURNING clause. |
| MySqlResult.OutSegment |
Out parameters segment consisting of
readable data. |
| MySqlResult.RowSegment |
Row segment consisting of
row data. |
| MySqlResult.Segment |
Marker interface for a MySQL result segment.
|
| MySqlResult.UpdateCount |
Update count segment consisting providing an
affected rows count. |
| MySqlRow |
A
Row for a data row of a MySqlResult. |
| MySqlRowMetadata |
RowMetadata for a row metadata returned from a MySQL database. |
| MySqlStatement |
A strongly typed abstraction of
Statement for a SQL statement against a MySQL database. |
| MySqlTransactionDefinition |
TransactionDefinition for a MySQL database. |
Copyright © 2018–2024 asyncer.io. All rights reserved.