CastDataProvider
Provides information for type casts and comparison operations.
Methods |
TimeZoneProvider |
currentTimeZone()
Returns the current time zone.
|
TimeZoneProvider |
currentTimeZone()
Returns the current time zone.
Returns:
the current time zone
|
ValueTimestampTimeZone |
currentTimestamp()
Returns the current timestamp with maximum resolution.
|
ValueTimestampTimeZone |
currentTimestamp()
Returns the current timestamp with maximum resolution. The value must be
the same within a transaction or within execution of a command.
Returns:
the current timestamp for CURRENT_TIMESTAMP(9)
|
JavaObjectSerializer |
getJavaObjectSerializer()
Returns the custom Java object serializer, or
|
JavaObjectSerializer |
getJavaObjectSerializer()
Returns the custom Java object serializer, or {@code null}.
Returns:
the custom Java object serializer, or {@code null}
|
Mode |
getMode()
Returns the database mode.
|
Mode |
getMode()
Returns the database mode.
Returns:
the database mode
|
boolean |
zeroBasedEnums()
Returns are ENUM values 0-based.
|
boolean |
zeroBasedEnums()
Returns are ENUM values 0-based.
Returns:
are ENUM values 0-based
|
|