Uses of Class
com.cloudera.sqoop.lib.BlobRef

Uses of BlobRef in com.cloudera.sqoop.lib
 

Methods in com.cloudera.sqoop.lib that return BlobRef
static BlobRef BlobRef.parse(java.lang.String inputString)
          Create a BlobRef based on parsed data from a line of text.
static BlobRef LobSerializer.readBlobFields(java.io.DataInput in)
           
static BlobRef JdbcWritableBridge.readBlobRef(int colNum, java.sql.ResultSet r)
           
 BlobRef LargeObjectLoader.readBlobRef(int colNum, java.sql.ResultSet r)
          Actually read a BlobRef instance from the ResultSet and materialize the data either inline or to a file.
 

Methods in com.cloudera.sqoop.lib with parameters of type BlobRef
static void LobSerializer.writeBlob(BlobRef blob, java.io.DataOutput out)
           
static void JdbcWritableBridge.writeBlobRef(BlobRef val, int paramIdx, int sqlType, java.sql.PreparedStatement s)
           
 



Copyright © 2011 Cloudera, Inc.