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