Uses of Class
io.trino.plugin.jdbc.UnsupportedTypeHandling
-
Packages that use UnsupportedTypeHandling Package Description io.trino.plugin.jdbc -
-
Uses of UnsupportedTypeHandling in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return UnsupportedTypeHandling Modifier and Type Method Description @NotNull UnsupportedTypeHandlingTypeHandlingJdbcConfig. getUnsupportedTypeHandling()static UnsupportedTypeHandlingTypeHandlingJdbcSessionProperties. getUnsupportedTypeHandling(ConnectorSession session)static UnsupportedTypeHandlingUnsupportedTypeHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static UnsupportedTypeHandling[]UnsupportedTypeHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.jdbc with parameters of type UnsupportedTypeHandling Modifier and Type Method Description TypeHandlingJdbcConfigTypeHandlingJdbcConfig. setUnsupportedTypeHandling(UnsupportedTypeHandling unsupportedTypeHandling)
-