Package velosurf.sql

Contains all core classes dealing with the database itself.

See:
          Description

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

Class Summary
DBConnection this class encapsulates a connection to the database and contains all the stuff relative to it
DriverInfo  
MapDataAccessor This class encapsulates a Map as a DataAccessor
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
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