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