org.postgresql.jdbc4
Class AbstractJdbc4Blob
java.lang.Object
org.postgresql.jdbc2.AbstractJdbc2BlobClob
org.postgresql.jdbc2.AbstractJdbc2Blob
org.postgresql.jdbc3.AbstractJdbc3Blob
org.postgresql.jdbc4.AbstractJdbc4Blob
- Direct Known Subclasses:
- Jdbc4Blob
public abstract class AbstractJdbc4Blob
- extends AbstractJdbc3Blob
| 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 |
AbstractJdbc4Blob
public AbstractJdbc4Blob(BaseConnection conn,
long oid)
throws SQLException
- Throws:
SQLException
getBinaryStream
public InputStream getBinaryStream(long pos,
long length)
throws SQLException
- Throws:
SQLException
Copyright © 2013. All Rights Reserved.