Uses of Class
com.databricks.sdk.service.sql.StatementState
-
Packages that use StatementState Package Description com.databricks.sdk.service.sql -
-
Uses of StatementState in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return StatementState Modifier and Type Method Description StatementState
StatementStatus. getState()
static StatementState
StatementState. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatementState[]
StatementState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sql with parameters of type StatementState Modifier and Type Method Description StatementStatus
StatementStatus. setState(StatementState state)
-