Uses of Class
vortex.dbChannel

Packages that use dbChannel
vortex   
vortex.sql   
 

Uses of dbChannel in vortex
 

Constructors in vortex with parameters of type dbChannel
dbCursor(dbChannel db)
          Allocate and initialize a standard (no blobs) dbCursor.
dbCursor(dbChannel db, boolean willInvolveBlobs)
          Allocate and initialize a dbCursor that may involve blobs.
dbCursor(dbChannel db, boolean willInvolveBlobs, boolean willInvolvePosUpd, boolean willBeScrollable)
          Allocate and initialize a dbCursor that may involve blobs or positioned updates or be scrollable.
 

Uses of dbChannel in vortex.sql
 

Fields in vortex.sql declared as dbChannel
protected  dbChannel vortexStatement.ldb
          DBChannel object
 

Methods in vortex.sql that return dbChannel
 dbChannel vortexRecord.getDbChannel()
          Return VORTEX dbChannel for this record
 

Constructors in vortex.sql with parameters of type dbChannel
vortexDbMetaData(vortexConnection c, dbChannel d)
           
vortexStatement(java.sql.Connection con, dbChannel db, int type, int concurrency)
           
vortexPreparedStatement(java.sql.Connection c, dbChannel db, java.lang.String sql, int resultSetType, int resultSetConcurrency)
           
vortexCallableStatement(java.sql.Connection c, dbChannel db, java.lang.String sql)
           
vortexRecord(dbChannel db, dbCursor cur, int maxFieldSize)
          Constructor - Accepts Db Channel and Db Cursor as arguments