Uses of Enum Class
io.trino.plugin.jdbc.CaseSensitivity
Packages that use CaseSensitivity
-
Uses of CaseSensitivity in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return CaseSensitivityModifier and TypeMethodDescriptionstatic CaseSensitivityReturns the enum constant of this class with the specified name.static CaseSensitivity[]CaseSensitivity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.jdbc that return types with arguments of type CaseSensitivityModifier and TypeMethodDescriptionJdbcTypeHandle.getCaseSensitivity()protected Map<String,CaseSensitivity> BaseJdbcClient.getCaseSensitivityForColumns(ConnectorSession session, Connection connection, JdbcTableHandle tableHandle)