Uses of Class
org.apache.calcite.avatica.SqlState
-
Packages that use SqlState Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of SqlState in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as SqlState Modifier and Type Field Description static SqlStateSqlState. INVALID_SQL_STATEMENTAlias for backwards compatibility with previous versions of SQL spec.Fields in org.apache.calcite.avatica with type parameters of type SqlState Modifier and Type Field Description static java.util.Map<java.lang.String,SqlState>SqlState. BY_CODEMethods in org.apache.calcite.avatica that return SqlState Modifier and Type Method Description static SqlStateSqlState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SqlState[]SqlState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-