org.postgresql.jdbc2
Class AbstractJdbc2Clob
java.lang.Object
org.postgresql.jdbc2.AbstractJdbc2BlobClob
org.postgresql.jdbc2.AbstractJdbc2Clob
- Direct Known Subclasses:
- AbstractJdbc3Clob
public class AbstractJdbc2Clob
- extends AbstractJdbc2BlobClob
| 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 |
AbstractJdbc2Clob
public AbstractJdbc2Clob(BaseConnection conn,
long oid)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getAsciiStream
public java.io.InputStream getAsciiStream()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getCharacterStream
public java.io.Reader getCharacterStream()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getSubString
public java.lang.String getSubString(long i,
int j)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
position
public long position(java.lang.String pattern,
long start)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
position
public long position(java.sql.Clob pattern,
long start)
throws java.sql.SQLException
- Throws:
java.sql.SQLException