public abstract class ByteaConverter extends Object
| Constructor and Description |
|---|
ByteaConverter() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
parse(PostgresReader reader,
int context) |
static List<byte[]> |
parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static void |
serializeURI(PostgresBuffer sw,
byte[] value) |
static PostgresTuple |
toTuple(byte[] value) |
public static void serializeURI(PostgresBuffer sw, byte[] value)
public static byte[] parse(PostgresReader reader, int context)
public static List<byte[]> parseCollection(PostgresReader reader, int context, boolean allowNulls)
public static PostgresTuple toTuple(byte[] value)
Copyright © 2016. All rights reserved.