Package org.postgresql.jdbc
Class PgBlob
java.lang.Object
org.postgresql.jdbc.AbstractBlobClob
org.postgresql.jdbc.PgBlob
- All Implemented Interfaces:
Blob
-
Field Summary
Fields inherited from class org.postgresql.jdbc.AbstractBlobClob
conn, lock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBinaryStream(long pos, long length) intsetBytes(long pos, byte[] bytes) intsetBytes(long pos, byte[] bytes, int offset, int len) Methods inherited from class org.postgresql.jdbc.AbstractBlobClob
addSubLO, assertPosition, assertPosition, checkFreed, free, getBinaryStream, getBytes, getLo, length, position, position, setBinaryStream, truncateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.Blob
free, getBinaryStream, getBytes, length, position, position, setBinaryStream, truncate
-
Constructor Details
-
PgBlob
- Throws:
SQLException
-
-
Method Details
-
getBinaryStream
- Specified by:
getBinaryStreamin interfaceBlob- Throws:
SQLException
-
setBytes
- Specified by:
setBytesin interfaceBlob- Throws:
SQLException
-
setBytes
- Specified by:
setBytesin interfaceBlob- Throws:
SQLException
-