Uses of Package
org.jcreme.sql

Packages that use org.jcreme.sql
org.jcreme.sql   
 

Classes in org.jcreme.sql used by org.jcreme.sql
ConnectionLostException
          This class enables to precise the nature of an SQLException.
ConnectionPool
          This interface models a pool of database Connection instances.
CremeAction
          This class enables to store a method call on an object.
DeadLockException
          This class enables to precise the nature of an SQLException.
DefaultSQLExceptionHandler
          This generic class enables to handle SQLExceptions.
IsolationLevel
          This class represents the IsolationLevel of a database transaction.
SQLExceptionHandler
          This interface describes how to handle the exceptions.
SQLExceptionHandlerDB2
          This SQLExceptionHandler is specific to DB2.
SQLExceptionHandlerFactory
          This class enables to build a SQLExceptionHandler when needed from the name of the vendor.
SQLExceptionHandlerOracle
          This SQLExceptionHandler is specific to Oracle.
SQLExceptionHandlerSybase
          This SQLExceptionHandler is specific to Sybase.
WrappedConnection
          This class enables to wrap an actual connection to provide a few extra services: access the active statements attached to the connection, handling of some exceptions (rollback, loss of connection).
WrappedPreparedStatement
          This class enables to wrap an actual statement to provide a few extra services: tracing of the queries, handling of some exceptions (rollback, loss of connection).
WrappedStatement
          This class enables to wrap an actual statement to provide a few extra services: tracing of the queries, handling of some exceptions (rollback, loss of connection).
 



Copyright 2006 null. All Rights Reserved.