Package velosurf.sql

Contains all core classes dealing with the database itself.

See:
          Description

Interface Summary
Pool This interface represents a generic pool of objects - no real need for now
ReadOnlyMap This interface represents objects having read-only properties
 

Class Summary
ConfigLoader A configuration loader for the Database object
ConnectionPool Connection pool
ConnectionWrapper  
Database This class encapsulates a connection to the database and contains all the stuff relative to it.
DriverInfo Contains specific description and behaviour of jdbc drivers (main sources: http://www.schemaresearch.com/products/srtransport/doc/modules/jdbcconf.html http://db.apache.org/torque/ and org.apache.torque.adapter classes
Pooled this abstract class represents a pooled object.
PooledPreparedStatement this class encapsulates a jdbc PreparedStatement
PooledStatement this class encapsulates a jdbc Statement
PreparedStatementPool This class is a pool of PooledPreparedStatements
ReadOnlyWrapper This class encapsulates a Map as a DataAccessor
ReverseEngineer Class used to reverse engine a database
SqlUtil various SQL-related helpers
StatementPool This class is a pool of PooledStatements
 

Package velosurf.sql Description

Contains all core classes dealing with the database itself.

Package Specification



~ooOoo~