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