Uses of Class
vortex.dbBlob

Packages that use dbBlob
vortex   
 

Uses of dbBlob in vortex
 

Methods in vortex that return dbBlob
 dbBlob dbChannel.getBlob(dbCursor cursor, int blobColumn, int maxNumBytes)
          Get (receive) BLOB/CLOB data from the RDBMS.
 

Methods in vortex with parameters of type dbBlob
 void dbChannel.putBlob(dbCursor cursor, int blobColumn, dbBlob blob)
          Put (send) BLOB/CLOB data to the RDBMS.
 



Updated December 10 2014