org.postgresql.jdbc3
Class Jdbc3Clob
java.lang.Object
org.postgresql.jdbc2.AbstractJdbc2BlobClob
org.postgresql.jdbc2.AbstractJdbc2Clob
org.postgresql.jdbc3.AbstractJdbc3Clob
org.postgresql.jdbc3.Jdbc3Clob
- All Implemented Interfaces:
- Clob
public class Jdbc3Clob
- extends AbstractJdbc3Clob
- implements Clob
| 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 |
Jdbc3Clob
public Jdbc3Clob(BaseConnection conn,
long oid)
throws SQLException
- Throws:
SQLException
Copyright © 2013. All Rights Reserved.