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