This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.sqoop.lib
Class LobSerializer
java.lang.Object
   org.apache.sqoop.lib.LobSerializer
org.apache.sqoop.lib.LobSerializer
- public final class LobSerializer 
- extends java.lang.Object
Serialize LOB classes to/from DataInput and DataOutput objects.
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
writeClob
public static void writeClob(ClobRef clob,
                             java.io.DataOutput out)
                      throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
writeBlob
public static void writeBlob(BlobRef blob,
                             java.io.DataOutput out)
                      throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
readClobFields
public static ClobRef readClobFields(java.io.DataInput in)
                              throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
readBlobFields
public static BlobRef readBlobFields(java.io.DataInput in)
                              throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
Copyright © 2013 The Apache Software Foundation