DataOperations
and AsyncDataOperations
implementations.See: Description
Interface | Description |
---|---|
AsyncDataOperations |
Represents a basic set of asynchronous operations to interact with a data source.
|
BatchSetter |
Represents a batch update callback interface used by the
Database class. |
DataOperations |
Represents a basic set of synchronous operations to interact with a data source.
|
ParametrizedBatchSetter<T> |
Represents a callback interface used by the
Database class for executing batch updates. |
PreparedStatementCreator |
Represents a callback interface used by multiple methods of the
Database class. |
PreparedStatementFunction<T> |
Represents a callback interface for code that operates on a PreparedStatement.
|
PreparedStatementSetter |
Represents a callback interface used by
Database . |
ResultSetExtractor<T> |
Represents a callback interface used by
Database 's query methods. |
ResultSetRowMapper<T> |
Represents an interface used to map rows of a
ResultSet . |
SqlProvider |
Represents an interface to be implemented by objects which can provide SQL strings.
|
StatementFunction<T> |
Represents a callback interface for SQL statements.
|
DataOperations
and AsyncDataOperations
implementations.Connection
objects manipulationCopyright © 2021. All rights reserved.