public abstract class UuidConverter extends Object
| Constructor and Description |
|---|
UuidConverter() |
| Modifier and Type | Method and Description |
|---|---|
static UUID |
parse(PostgresReader reader,
boolean nullable) |
static List<UUID> |
parseCollection(PostgresReader reader,
int context,
boolean nullable) |
static int |
serializeURI(char[] buf,
int pos,
UUID value) |
static void |
serializeURI(PostgresBuffer sw,
UUID value) |
static PostgresTuple |
toTuple(UUID value) |
static PostgresTuple |
toTupleNullable(UUID value) |
public static final UUID MIN_UUID
public static void serializeURI(PostgresBuffer sw, UUID value)
public static int serializeURI(char[] buf,
int pos,
UUID value)
throws IOException
IOExceptionpublic static UUID parse(PostgresReader reader, boolean nullable) throws IOException
IOExceptionpublic static List<UUID> parseCollection(PostgresReader reader, int context, boolean nullable) throws IOException
IOExceptionpublic static PostgresTuple toTupleNullable(UUID value)
public static PostgresTuple toTuple(UUID value)
Copyright © 2016. All rights reserved.