Uses of Class
org.apache.calcite.avatica.SqlState.Category
-
Packages that use SqlState.Category Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of SqlState.Category in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as SqlState.Category Modifier and Type Field Description SqlState.CategorySqlState. categoryMethods in org.apache.calcite.avatica that return SqlState.Category Modifier and Type Method Description static SqlState.CategorySqlState.Category. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SqlState.Category[]SqlState.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.calcite.avatica with parameters of type SqlState.Category Constructor Description SqlState(SqlState.Category category, java.lang.String condition, java.lang.String klass, java.lang.String subCondition, java.lang.String subClass)
-