All Classes and Interfaces
Class
Description
Returns a database connection.
Several utilities for the work with databases that will be
accessed through plain JDBC.
Instances of this class are used to return the status of
a call to
DatabaseUtils.execute(Connection,String...)
.The definition of an enhanced
PreparedStatement
.The definition of logger method for a
PreparedStatement
.The base class for implementations of
EnhancedPreparedStatement
.The implementation for
EnhancedPreparedStatement
.An instance of an implementation of this interface can be used
to get information about the types and properties for each named parameter
in an
EnhancedPreparedStatement
instance.The base class for a variant of
ParameterMetaData
that is used by
EnhancedPreparedStatement
.An implementation of
Spliterator
for instances of
ResultSet
.A wrapper for a result set that restricts the call to some
methods.
An implementation of
ConnectionProvider
that will just call
DriverManager.getConnection(String,Properties)
to obtain a
Connection
.A value for an
EnhancedPreparedStatement
.A variable for an
EnhancedPreparedStatement
.An implementation of
ConnectionProvider
that returns always the same
Connection
instance.This exception will be thrown in cases where it is expected that a
SELECT
statement should return not more than one single record, but
the
ResultSet
holds two or more records.