Class PointValueHandler
java.lang.Object
de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler<Point>
de.bytefish.pgbulkinsert.pgsql.handlers.PointValueHandler
- All Implemented Interfaces:
IValueHandler<Point>,ValueHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintprotected voidinternalHandle(DataOutputStream buffer, Point value) Methods inherited from class de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler
handle
-
Constructor Details
-
PointValueHandler
public PointValueHandler()
-
-
Method Details
-
internalHandle
- Specified by:
internalHandlein classBaseValueHandler<Point>- Throws:
Exception
-
getLength
-