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