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