public abstract class PointConverter extends Object
| Constructor and Description |
|---|
PointConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Point2D |
parseLocation(PostgresReader reader,
int context,
boolean allowNulls) |
static List<Point2D> |
parseLocationCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static Point |
parsePoint(PostgresReader reader,
int context,
boolean allowNulls) |
static List<Point> |
parsePointCollection(PostgresReader reader,
int context,
boolean allowNulls) |
static void |
serializeURI(PostgresBuffer sw,
Point2D value) |
static void |
setParameter(PostgresBuffer sw,
PreparedStatement ps,
int index,
Point2D value) |
static PostgresTuple |
toTuple(Point2D value) |
public static void setParameter(PostgresBuffer sw, PreparedStatement ps, int index, Point2D value) throws SQLException
SQLExceptionpublic static void serializeURI(PostgresBuffer sw, Point2D value)
public static Point parsePoint(PostgresReader reader, int context, boolean allowNulls) throws IOException
IOExceptionpublic static Point2D parseLocation(PostgresReader reader, int context, boolean allowNulls) throws IOException
IOExceptionpublic static List<Point> parsePointCollection(PostgresReader reader, int context, boolean allowNulls) throws IOException
IOExceptionpublic static List<Point2D> parseLocationCollection(PostgresReader reader, int context, boolean allowNulls) throws IOException
IOExceptionpublic static PostgresTuple toTuple(Point2D value)
Copyright © 2016. All rights reserved.