org.postgresql.jdbc3g
Class Jdbc3gBlob

java.lang.Object
  extended by org.postgresql.jdbc2.AbstractJdbc2BlobClob
      extended by org.postgresql.jdbc2.AbstractJdbc2Blob
          extended by org.postgresql.jdbc3.AbstractJdbc3Blob
              extended by org.postgresql.jdbc3g.Jdbc3gBlob
All Implemented Interfaces:
Blob

public class Jdbc3gBlob
extends AbstractJdbc3Blob
implements Blob


Field Summary
 
Fields inherited from class org.postgresql.jdbc2.AbstractJdbc2BlobClob
conn, lo
 
Constructor Summary
Jdbc3gBlob(BaseConnection conn, long oid)
           
 
Method Summary
 
Methods inherited from class org.postgresql.jdbc3.AbstractJdbc3Blob
setBytes, setBytes
 
Methods inherited from class org.postgresql.jdbc2.AbstractJdbc2BlobClob
assertPosition, assertPosition, checkFreed, free, getBinaryStream, getBytes, length, position, position, setBinaryStream, truncate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.Blob
free, getBinaryStream, getBinaryStream, getBytes, length, position, position, setBinaryStream, setBytes, setBytes, truncate
 

Constructor Detail

Jdbc3gBlob

public Jdbc3gBlob(BaseConnection conn,
                  long oid)
           throws SQLException
Throws:
SQLException


Copyright © 2013. All Rights Reserved.