Uses of Package
velosurf.sql

Packages that use velosurf.sql
velosurf   
velosurf.context Contains all classes that can be accessed from inside a Velocity template. 
velosurf.model Classes linked to the data model : entities, attributes and actions Package Specification
velosurf.sql Contains all core classes dealing with the database itself. 
velosurf.validation   
velosurf.web Contains the velocity-tools version of the Velosurf tool, plus an http query parameter parser tool. 
 

Classes in velosurf.sql used by velosurf
ReadOnlyMap
          This interface represents objects having read-only properties
 

Classes in velosurf.sql used by velosurf.context
Database
          This class encapsulates a connection to the database and contains all the stuff relative to it.
Pooled
          this abstract class represents a pooled object.
ReadOnlyMap
          This interface represents objects having read-only properties
 

Classes in velosurf.sql used by velosurf.model
Database
          This class encapsulates a connection to the database and contains all the stuff relative to it.
ReadOnlyMap
          This interface represents objects having read-only properties
 

Classes in velosurf.sql used by velosurf.sql
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
Pool
          This interface represents a generic pool of objects - no real need for now
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
ReadOnlyMap
          This interface represents objects having read-only properties
ReverseEngineer
          Class used to reverse engine a database
StatementPool
          This class is a pool of PooledStatements
 

Classes in velosurf.sql used by velosurf.validation
Database
          This class encapsulates a connection to the database and contains all the stuff relative to it.
 

Classes in velosurf.sql used by velosurf.web
Database
          This class encapsulates a connection to the database and contains all the stuff relative to it.
ReadOnlyMap
          This interface represents objects having read-only properties
 



~ooOoo~