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