パッケージ org.postgresql.jdbc
クラス PgBlob
java.lang.Object
org.postgresql.jdbc.AbstractBlobClob
org.postgresql.jdbc.PgBlob
- すべての実装されたインタフェース:
Blob
-
フィールドの概要
クラスから継承されたフィールド org.postgresql.jdbc.AbstractBlobClob
conn, lock
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明getBinaryStream
(long pos, long length) int
setBytes
(long pos, byte[] bytes) int
setBytes
(long pos, byte[] bytes, int offset, int len) クラスから継承されたメソッド org.postgresql.jdbc.AbstractBlobClob
addSubLO, assertPosition, assertPosition, checkFreed, free, getBinaryStream, getBytes, getLo, length, position, position, setBinaryStream, truncate
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
インタフェースから継承されたメソッド java.sql.Blob
free, getBinaryStream, getBytes, length, position, position, setBinaryStream, truncate
-
コンストラクタの詳細
-
PgBlob
- 例外:
SQLException
-
-
メソッドの詳細
-
getBinaryStream
- 定義:
getBinaryStream
インタフェース内Blob
- 例外:
SQLException
-
setBytes
- 定義:
setBytes
インタフェース内Blob
- 例外:
SQLException
-
setBytes
- 定義:
setBytes
インタフェース内Blob
- 例外:
SQLException
-