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