| Interface | Description |
|---|---|
| IConnectionStatusChangeCallback |
Callback to be invoked if the connection status changes.
|
| IGeneratedKeysCallback |
This callback is used to retrieve generated keys upon insertion.
|
| IPreparedStatementDataProvider |
Interface for objects that deliver content to pass parameters to a prepared
statement.
|
| IResultSetRowCallback |
A simple callback that can be executed for each row in a
ResultSet. |
| IUpdatedRowCountCallback |
This callback is used to retrieve generated keys upon insertion.
|
| Class | Description |
|---|---|
| ConstantPreparedStatementDataProvider |
A simple implementation of the
IPreparedStatementDataProvider that
takes a list of objects and returns theses objects as they are. |
| GetSingleGeneratedKeyCallback |
Special implementation of the
IGeneratedKeysCallback especially for
retrieving a single created ID. |
| UpdatedRowCountCallback |
Default implementation of
IUpdatedRowCountCallback. |
Copyright © 2014–2021 Philip Helger. All rights reserved.