Package org.postgresql.util
Class PGbytea
java.lang.Object
org.postgresql.util.PGbytea
Converts to and from the postgresql bytea datatype used by the backend.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte @PolyNull []
toBytes
(byte @PolyNull [] s) static @PolyNull String
toPGString
(byte @PolyNull [] buf)
-
Constructor Details
-
PGbytea
public PGbytea()
-
-
Method Details
-
toBytes
- Throws:
SQLException
-
toPGString
-