Class ZonedDateTimeValueHandler
java.lang.Object
de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler<ZonedDateTime>
de.bytefish.pgbulkinsert.pgsql.handlers.ZonedDateTimeValueHandler
- All Implemented Interfaces:
IValueHandler<ZonedDateTime>,ValueHandler
-
Constructor Summary
ConstructorsConstructorDescriptionZonedDateTimeValueHandler(IValueConverter<ZonedDateTime, Long> dateTimeConverter) -
Method Summary
Modifier and TypeMethodDescriptionintgetLength(ZonedDateTime value) protected voidinternalHandle(DataOutputStream buffer, ZonedDateTime value) Methods inherited from class de.bytefish.pgbulkinsert.pgsql.handlers.BaseValueHandler
handle
-
Constructor Details
-
ZonedDateTimeValueHandler
public ZonedDateTimeValueHandler() -
ZonedDateTimeValueHandler
-
-
Method Details
-
internalHandle
- Specified by:
internalHandlein classBaseValueHandler<ZonedDateTime>- Throws:
Exception
-
getLength
-