Package com.glyart.asql.common.functions
Contains useful interfaces that model ways to execute data access operations.
-
Interface Summary Interface Description BatchPreparedStatementSetter Represents a batch update callback interface used by theDataTemplate
class.ParametrizedPreparedStatementSetter<T> Represents a callback interface used by theDataTemplate
class for executing batch updates.PreparedStatementCallback<T> Represents a callback interface for code that operates on a PreparedStatement.PreparedStatementCreator Represents a callback interface used by multiple methods of theDataTemplate
class.PreparedStatementSetter Represents a callback interface used byDataTemplate
.ResultSetExtractor<T> Represents a callback interface used byDataTemplate
's query methods.RowMapper<T> Represents an interface used to map rows of aResultSet
.StatementCallback<T> Represents a callback interface for SQL statements.