Uses of Enum Class
io.trino.plugin.jdbc.UnsupportedTypeHandling
Packages that use UnsupportedTypeHandling
-
Uses of UnsupportedTypeHandling in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return UnsupportedTypeHandlingModifier and TypeMethodDescription@NotNull UnsupportedTypeHandlingTypeHandlingJdbcConfig.getUnsupportedTypeHandling()static UnsupportedTypeHandlingTypeHandlingJdbcSessionProperties.getUnsupportedTypeHandling(ConnectorSession session) static UnsupportedTypeHandlingReturns the enum constant of this class with the specified name.static UnsupportedTypeHandling[]UnsupportedTypeHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.jdbc with parameters of type UnsupportedTypeHandlingModifier and TypeMethodDescriptionTypeHandlingJdbcConfig.setUnsupportedTypeHandling(UnsupportedTypeHandling unsupportedTypeHandling)