Uses of Class
com.databricks.sdk.service.jobs.SqlStatementOutput
-
Packages that use SqlStatementOutput Package Description com.databricks.sdk.service.jobs -
-
Uses of SqlStatementOutput in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return SqlStatementOutput Modifier and Type Method Description SqlStatementOutputSqlStatementOutput. setLookupKey(String lookupKey)Methods in com.databricks.sdk.service.jobs that return types with arguments of type SqlStatementOutput Modifier and Type Method Description Collection<SqlStatementOutput>SqlAlertOutput. getSqlStatements()Collection<SqlStatementOutput>SqlQueryOutput. getSqlStatements()Method parameters in com.databricks.sdk.service.jobs with type arguments of type SqlStatementOutput Modifier and Type Method Description SqlAlertOutputSqlAlertOutput. setSqlStatements(Collection<SqlStatementOutput> sqlStatements)SqlQueryOutputSqlQueryOutput. setSqlStatements(Collection<SqlStatementOutput> sqlStatements)
-