Expresso 5-5-0

Package com.jcorporate.expresso.core.db

Database Java Objects for establishing database connections and connection pooling Also contains all Exceptions used for Data Access while working with Expresso.

See:
          Description

Interface Summary
EscapeHandler This interface is the base interface by which we escape characters that are to be written to the database.
 

Class Summary
DBConfig Database Configuration Component
DBConnection Generic database connection object - hides the implementation details of using jdbc and allows for JDBC message and exceptions to be handled better than by default.
DBConnectionPool a generic database connection pooling object.
DefaultEscapeHandler This class character field filtering that is known to be compliant with the Firebird, MySQL and PostgreSQL databases.
DoubleQuoteEscapeHandler This class provides escape handling mechanism for SapDB.
MySQLEscapeHandler This class provides escape handling mechanism for MySQL
SimpleDataSource DataConnectionPool is an implementation of the javax.sql.DataSource.
TableCreator A singleton utility class that helps create tables.
TypeMapper Type Mapper takes care of the job of mapping various Java types to SQL types.
 

Exception Summary
DBException DBException
 

Package com.jcorporate.expresso.core.db Description

Database Java Objects for establishing database connections and connection pooling Also contains all Exceptions used for Data Access while working with Expresso.


Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.