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.
RowHandler This interface represents objects having read-only properties
 

Class Summary
ConfigLoader A model configuration loader for the Database object.
ConnectionPool Connection pool.
ConnectionWrapper Connection wrapper class.
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.
PooledPreparedStatement this class encapsulates a jdbc PreparedStatement.
PooledSimpleStatement this class encapsulates a jdbc Statement.
PooledStatement This abstract class represents a pooled object.
PreparedStatementPool This class is a pool of PooledPreparedStatements.
ReadOnlyMap A wrapper implementing the Map interface for some objets having only getters.
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~