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