Package org.postgresql.util
Class PGbytea
- java.lang.Object
-
- org.postgresql.util.PGbytea
-
public class PGbytea extends java.lang.Object
Converts to and from the postgresql bytea datatype used by the backend.
-
-
Constructor Summary
Constructors Constructor Description PGbytea()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
toBytes(byte[] s)
static java.lang.String
toPGString(byte[] buf)
-