Uses of Class
com.databricks.jdbc.api.ExecutionState
-
Packages that use ExecutionState Package Description com.databricks.jdbc.api -
-
Uses of ExecutionState in com.databricks.jdbc.api
Methods in com.databricks.jdbc.api that return ExecutionState Modifier and Type Method Description ExecutionStateIExecutionStatus. getExecutionState()Returns the current state of the statement execution.static ExecutionStateExecutionState. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionState[]ExecutionState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-