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