public static interface TimeZoneDatatypeCoder.TimeZoneCodec
Modifier and Type | Method and Description |
---|---|
java.time.OffsetDateTime |
decodeOffsetDateTime(byte[] fieldData)
Decodes an encoded TIMESTAMP WITH TIME ZONE value to an offset date time.
|
java.time.OffsetTime |
decodeOffsetTime(byte[] fieldData)
Decodes an encoded TIME WITH TIME ZONE value to an offset time.
|
byte[] |
encodeOffsetDateTime(java.time.OffsetDateTime offsetDateTime)
Encode an offset date time to an encoded TIMESTAMP WITH TIME ZONE value.
|
byte[] |
encodeOffsetTime(java.time.OffsetTime offsetTime)
Encode an offset time to an encoded TIME WITH TIME ZONE value.
|
byte[] encodeOffsetDateTime(java.time.OffsetDateTime offsetDateTime)
offsetDateTime
- Offset date time instancejava.time.OffsetDateTime decodeOffsetDateTime(byte[] fieldData)
fieldData
- Byte array with encoded valuebyte[] encodeOffsetTime(java.time.OffsetTime offsetTime)
offsetTime
- Offset time instancejava.time.OffsetTime decodeOffsetTime(byte[] fieldData)
fieldData
- Byte array with encoded valueCopyright © 2001-2020 Jaybird (Firebird JDBC/JCA) team. All rights reserved.