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

Uses of ClobRef in com.cloudera.sqoop.lib
 

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

Methods in com.cloudera.sqoop.lib with parameters of type ClobRef
static void LobSerializer.writeClob(ClobRef clob, java.io.DataOutput out)
           
static void JdbcWritableBridge.writeClobRef(ClobRef val, int paramIdx, int sqlType, java.sql.PreparedStatement s)
           
 



Copyright © 2011 Cloudera, Inc.