public static interface SnowflakeDateTimeFormat.ParserGSInteractions
| Modifier and Type | Method and Description |
|---|---|
default void |
handleAcceptedUndesiredType()
Should be called when the type of the format doesn't match the desired
type but not rejected.
|
default boolean |
handleDeprecatedFormat(SnowflakeDateTimeFormat format)
Should be called when a string is auto-parsed with a deprecated format.
|
default void |
handleGuessedScale(int scale)
Should be called when the scale is guessed.
|
default boolean |
isCCompatible() |
default boolean |
isStrictParsing() |
default boolean |
shouldRejectWrongType() |
default boolean isStrictParsing()
default boolean shouldRejectWrongType()
default boolean isCCompatible()
default boolean handleDeprecatedFormat(SnowflakeDateTimeFormat format)
format - The deprecated format used.default void handleGuessedScale(int scale)
scale - The guessed scale.default void handleAcceptedUndesiredType()
Copyright © 2020. All rights reserved.