Package com.redhat.rhn.common.db

Provides utility classes for supporting JDBC calls via datasource

See:
          Description

Class Summary
NamedPreparedStatement Our own preparedStatement class.
 

Exception Summary
BindVariableNotFoundException Thrown if the named parameter you try to bind to isn't found in the prepared statement.
ConstraintViolationException Thrown when a DB constraint is violated
DatabaseException Generic base class for exceptions related to database issues.
WrappedSQLException Thrown when a DB constraint is violated
 

Package com.redhat.rhn.common.db Description

Provides utility classes for supporting JDBC calls via datasource