public abstract class LongConverter extends Object
| Constructor and Description |
|---|
LongConverter() |
| Modifier and Type | Method and Description |
|---|---|
static long |
parse(PostgresReader reader) |
static List<Long> |
parseCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static Long |
parseNullable(PostgresReader reader) |
static void |
serializeURI(PostgresBuffer sw,
long value) |
static void |
serializeURI(PostgresBuffer sw,
Long value) |
static PostgresTuple |
toTuple(long value) |
static PostgresTuple |
toTuple(Long value) |
public static void serializeURI(PostgresBuffer sw, long value) throws IOException
IOExceptionpublic static void serializeURI(PostgresBuffer sw, Long value) throws IOException
IOExceptionpublic static Long parseNullable(PostgresReader reader)
public static long parse(PostgresReader reader)
public static List<Long> parseCollection(PostgresReader reader, int context, boolean allowNulls)
public static PostgresTuple toTuple(Long value)
public static PostgresTuple toTuple(long value)
Copyright © 2015. All rights reserved.