org.postgresql.jdbc4
Class AbstractJdbc4Clob

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
Direct Known Subclasses:
Jdbc4Clob

public abstract class AbstractJdbc4Clob
extends AbstractJdbc3Clob


Field Summary
 
Fields inherited from class org.postgresql.jdbc2.AbstractJdbc2BlobClob
conn, lo
 
Constructor Summary
AbstractJdbc4Clob(BaseConnection conn, long oid)
           
 
Method Summary
 Reader getCharacterStream(long pos, long length)
           
 
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
 

Constructor Detail

AbstractJdbc4Clob

public AbstractJdbc4Clob(BaseConnection conn,
                         long oid)
                  throws SQLException
Throws:
SQLException
Method Detail

getCharacterStream

public Reader getCharacterStream(long pos,
                                 long length)
                          throws SQLException
Throws:
SQLException


Copyright © 2013. All Rights Reserved.