Class PointValueHandler
- java.lang.Object
-
- de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler<Point>
-
- de.bytefish.pgbulkinsert.pgsql.handlers.PointValueHandler
-
- All Implemented Interfaces:
IValueHandler<Point>,ValueHandler
public class PointValueHandler extends BaseValueHandler<Point>
-
-
Constructor Summary
Constructors Constructor Description PointValueHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength(Point value)protected voidinternalHandle(DataOutputStream buffer, Point value)-
Methods inherited from class de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler
handle
-
-
-
-
Method Detail
-
internalHandle
protected void internalHandle(DataOutputStream buffer, Point value) throws Exception
- Specified by:
internalHandlein classBaseValueHandler<Point>- Throws:
Exception
-
getLength
public int getLength(Point value)
-
-