Uses of Package
com.glyart.asql.common.functions
-
Packages that use com.glyart.asql.common.functions Package Description com.glyart.asql.common.database Contains classes that handle a data source connection.com.glyart.asql.common.defaults Contains default implementations of some interfaces used by aSQL. -
Classes in com.glyart.asql.common.functions used by com.glyart.asql.common.database Class Description BatchPreparedStatementSetter Represents a batch update callback interface used by theDataTemplate
class.ParametrizedPreparedStatementSetter Represents a callback interface used by theDataTemplate
class for executing batch updates.PreparedStatementCallback 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 Represents a callback interface used byDataTemplate
's query methods.RowMapper Represents an interface used to map rows of aResultSet
.StatementCallback Represents a callback interface for SQL statements. -
Classes in com.glyart.asql.common.functions used by com.glyart.asql.common.defaults Class Description BatchPreparedStatementSetter Represents a batch update callback interface used by theDataTemplate
class.PreparedStatementCreator Represents a callback interface used by multiple methods of theDataTemplate
class.PreparedStatementSetter Represents a callback interface used byDataTemplate
.ResultSetExtractor Represents a callback interface used byDataTemplate
's query methods.RowMapper Represents an interface used to map rows of aResultSet
.