Uses of Class
io.trino.plugin.jdbc.CaseSensitivity
-
Packages that use CaseSensitivity Package Description io.trino.plugin.jdbc -
-
Uses of CaseSensitivity in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return CaseSensitivity Modifier and Type Method Description static CaseSensitivityCaseSensitivity. valueOf(String name)Returns the enum constant of this type with the specified name.static CaseSensitivity[]CaseSensitivity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.jdbc that return types with arguments of type CaseSensitivity Modifier and Type Method Description Optional<CaseSensitivity>JdbcTypeHandle. getCaseSensitivity()
-