Uses of Enum
com.databricks.jdbc.api.ExecutionState
Packages that use ExecutionState
-
Uses of ExecutionState in com.databricks.jdbc.api
Subclasses with type arguments of type ExecutionState in com.databricks.jdbc.apiModifier and TypeClassDescriptionenumRepresents the possible states of a SQL statement execution in Databricks.Methods in com.databricks.jdbc.api that return ExecutionStateModifier and TypeMethodDescriptionIExecutionStatus.getExecutionState()Returns the current state of the statement execution.static ExecutionStateReturns 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.