パッケージ org.postgresql.util
クラス PGbytea
java.lang.Object
org.postgresql.util.PGbytea
Converts to and from the postgresql bytea datatype used by the backend.
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明static byte @PolyNull []
toBytes
(byte @PolyNull [] s) static @PolyNull String
toPGString
(byte @PolyNull [] buf)
-
コンストラクタの詳細
-
PGbytea
public PGbytea()
-
-
メソッドの詳細
-
toBytes
- 例外:
SQLException
-
toPGString
-