Uses of Package
velosurf.sql

Packages that use velosurf.sql
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  
velosurf.sql Contains all core classes dealing with the database itself. 
velosurf.standalone Contains the standalone version of the Velosurf tool. 
velosurf.tools Contains the velocity-tools version of the Velosurf tool, plus an http query parameter parser tool. 
 

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

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

Classes in velosurf.sql used by velosurf.sql
DataAccessor
          This interface represents objects having read-only properties
DBConnection
          this class encapsulates a connection to the database and contains all the stuff relative to it
DriverInfo
           
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
StatementPool
          This class is a pool of PooledStatements
 

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

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



ooOoo