This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.sqoop.lib.LobRef (Sqoop 1.4.4 API)

Uses of Class
org.apache.sqoop.lib.LobRef

Packages that use LobRef
com.cloudera.sqoop.lib   
org.apache.sqoop.lib   
 

Uses of LobRef in com.cloudera.sqoop.lib
 

Subclasses of LobRef in com.cloudera.sqoop.lib
 class LobRef<DATATYPE,CONTAINERTYPE,ACCESSORTYPE>
          Deprecated. use org.apache.sqoop.lib.LobRef instead.
 

Uses of LobRef in org.apache.sqoop.lib
 

Subclasses of LobRef in org.apache.sqoop.lib
 class BlobRef
          BlobRef is a wrapper that holds a BLOB either directly, or a reference to a file that holds the BLOB data.
 class ClobRef
          ClobRef is a wrapper that holds a CLOB either directly, or a reference to a file that holds the CLOB data.
 



Copyright © 2013 The Apache Software Foundation