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