Package org.skife.jdbi

Core classes for jDBI

See:
          Description

Interface Summary
Batch Represents a batch of arbitrary statements to be executed together, see JDBC batched statements
ConnectionFactory Used when JDBC connections need to be obtained in an unusual manner, such as from a proprietary o/r mapping interface.
Handle Represents a connection to the RDBMS.
HandleCallback Callback interface to be used with DBI instances a la
IDBI Provides an interface based system to access all of the DBI instance methods.
PreparedBatch Represents a JDBC batch statement of the prepared variety.
RowCallback Callback interface for use with queries.
TransactionCallback Callback interface for use with Handle instances.
 

Class Summary
Args Convenience class for building named argument maps
DBI Entry point for operations.
 

Exception Summary
DBIException Base exception class
 

Error Summary
DBIError Base Error class
 

Package org.skife.jdbi Description

Core classes for jDBI