org.postgresql.jdbc4
Class Jdbc4Clob

java.lang.Object
  extended by org.postgresql.jdbc2.AbstractJdbc2BlobClob
      extended by org.postgresql.jdbc2.AbstractJdbc2Clob
          extended by org.postgresql.jdbc3.AbstractJdbc3Clob
              extended by org.postgresql.jdbc4.AbstractJdbc4Clob
                  extended by org.postgresql.jdbc4.Jdbc4Clob
All Implemented Interfaces:
Clob

public class Jdbc4Clob
extends AbstractJdbc4Clob
implements Clob


Field Summary
 
Fields inherited from class org.postgresql.jdbc2.AbstractJdbc2BlobClob
conn, lo
 
Constructor Summary
Jdbc4Clob(BaseConnection conn, long oid)
           
 
Method Summary
 
Methods inherited from class org.postgresql.jdbc4.AbstractJdbc4Clob
getCharacterStream
 
Methods inherited from class org.postgresql.jdbc3.AbstractJdbc3Clob
setAsciiStream, setCharacterStream, setString, setString
 
Methods inherited from class org.postgresql.jdbc2.AbstractJdbc2Clob
getAsciiStream, getCharacterStream, getSubString, position, position
 
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.Clob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate
 

Constructor Detail

Jdbc4Clob

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


Copyright © 2013. All Rights Reserved.