Uses of Enum Class
com.pyranid.AmbiguousTimestampBindingStrategy
-
Uses of AmbiguousTimestampBindingStrategy in com.pyranid
Subclasses with type arguments of type AmbiguousTimestampBindingStrategy in com.pyranidModifier and TypeClassDescriptionenumControls howInstantandOffsetDateTimeparameters are bound when JDBCParameterMetaDatacannot identify whether the target column isTIMESTAMPorTIMESTAMP WITH TIME ZONE.Methods in com.pyranid that return AmbiguousTimestampBindingStrategyModifier and TypeMethodDescription@NonNull AmbiguousTimestampBindingStrategyDatabase.getAmbiguousTimestampBindingStrategy()How should Pyranid bindInstantandOffsetDateTimeparameters when JDBC parameter metadata cannot identify whether the target isTIMESTAMPorTIMESTAMP WITH TIME ZONE?@NonNull AmbiguousTimestampBindingStrategyStatementContext.getAmbiguousTimestampBindingStrategy()How should Pyranid bindInstantandOffsetDateTimeparameters when JDBC parameter metadata cannot identify whether the target isTIMESTAMPorTIMESTAMP WITH TIME ZONE?Returns the enum constant of this class with the specified name.static AmbiguousTimestampBindingStrategy[]AmbiguousTimestampBindingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pyranid with parameters of type AmbiguousTimestampBindingStrategyModifier and TypeMethodDescription@NonNull Database.BuilderDatabase.Builder.ambiguousTimestampBindingStrategy(@Nullable AmbiguousTimestampBindingStrategy ambiguousTimestampBindingStrategy) Configures how Pyranid bindsInstantandOffsetDateTimeparameters when JDBC parameter metadata cannot identify whether the target isTIMESTAMPorTIMESTAMP WITH TIME ZONE.