Uses of Class
org.apache.calcite.avatica.QueryState.StateType
-
Packages that use QueryState.StateType Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of QueryState.StateType in org.apache.calcite.avatica
Fields in org.apache.calcite.avatica declared as QueryState.StateType Modifier and Type Field Description QueryState.StateTypeQueryState. typeMethods in org.apache.calcite.avatica that return QueryState.StateType Modifier and Type Method Description static QueryState.StateTypeQueryState.StateType. fromProto(Common.StateType protoType)QueryState.StateTypeQueryState. getType()static QueryState.StateTypeQueryState.StateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueryState.StateType[]QueryState.StateType. 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 QueryState.StateType Constructor Description QueryState(QueryState.StateType type, java.lang.String sql, MetaDataOperation op, java.lang.Object... args)Not intended for external use.
-