Package vortex.sql

Class Summary
vortexCallableStatement CallableStatement is used to execute SQL stored procedures.
vortexConnection  
vortexDbMetaData  
vortexDriver  
vortexMetaResult This class provides the implementation of the JDBC ResultSetMetaData interface.
vortexPreparedStatement A SQL statement is pre-compiled and stored in a PreparedStatement object.
vortexRecord Object containing the results of a select query.
vortexResultSet This class implements the ResultSet for JDBC interface The class is designed to hold the results of database queries.
vortexStatement A Statement object is used for executing a static SQL statement and obtaining the results produced by it.