| Package | Description | 
|---|---|
| com.cloudera.sqoop.lib | |
| org.apache.sqoop.lib | 
| Modifier and Type | Method and Description | 
|---|---|
| static BlobRef | BlobRef. parse(java.lang.String inputString)Deprecated.  Create a BlobRef based on parsed data from a line of text. | 
| static BlobRef | LobSerializer. readBlobFields(java.io.DataInput in)Deprecated.  | 
| static BlobRef | JdbcWritableBridge. readBlobRef(int colNum,
           java.sql.ResultSet r)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | LobSerializer. writeBlob(BlobRef blob,
         java.io.DataOutput out)Deprecated.  | 
| static void | JdbcWritableBridge. writeBlobRef(BlobRef val,
            int paramIdx,
            int sqlType,
            java.sql.PreparedStatement s)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| 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. | 
| static BlobRef | JdbcWritableBridge. readBlobRef(int colNum,
           java.sql.ResultSet r) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 © 2015 The Apache Software Foundation