Uses of Interface
com.databricks.sdk.service.sql.StatementExecutionService
-
Packages that use StatementExecutionService Package Description com.databricks.sdk com.databricks.sdk.service.sql -
-
Uses of StatementExecutionService in com.databricks.sdk
Methods in com.databricks.sdk with parameters of type StatementExecutionService Modifier and Type Method Description WorkspaceClient
WorkspaceClient. withStatementExecutionImpl(StatementExecutionService statementExecution)
Replace StatementExecutionAPI implementation with mock -
Uses of StatementExecutionService in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return StatementExecutionService Modifier and Type Method Description StatementExecutionService
StatementExecutionAPI. impl()
Constructors in com.databricks.sdk.service.sql with parameters of type StatementExecutionService Constructor Description StatementExecutionAPI(StatementExecutionService mock)
Constructor for mocks
-