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