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