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