org.postgresql.jdbc2
Class AbstractJdbc2Clob

java.lang.Object
  extended by org.postgresql.jdbc2.AbstractJdbc2BlobClob
      extended by org.postgresql.jdbc2.AbstractJdbc2Clob
Direct Known Subclasses:
AbstractJdbc3Clob

public abstract class AbstractJdbc2Clob
extends AbstractJdbc2BlobClob


Field Summary
 
Fields inherited from class org.postgresql.jdbc2.AbstractJdbc2BlobClob
conn, lo
 
Constructor Summary
AbstractJdbc2Clob(BaseConnection conn, long oid)
           
 
Method Summary
 InputStream getAsciiStream()
           
 Reader getCharacterStream()
           
 String getSubString(long i, int j)
           
 long position(Clob pattern, long start)
           
 long position(String pattern, long start)
           
 
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

AbstractJdbc2Clob

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

getAsciiStream

public InputStream getAsciiStream()
                           throws SQLException
Throws:
SQLException

getCharacterStream

public Reader getCharacterStream()
                          throws SQLException
Throws:
SQLException

getSubString

public String getSubString(long i,
                           int j)
                    throws SQLException
Throws:
SQLException

position

public long position(String pattern,
                     long start)
              throws SQLException
Throws:
SQLException

position

public long position(Clob pattern,
                     long start)
              throws SQLException
Throws:
SQLException


Copyright © 2013. All Rights Reserved.