Package | Description |
---|---|
com.oracle.bmc.dataflow | |
com.oracle.bmc.dataflow.requests |
Modifier and Type | Method and Description |
---|---|
CreateStatementResponse |
DataFlowClient.createStatement(CreateStatementRequest request) |
CreateStatementResponse |
DataFlow.createStatement(CreateStatementRequest request)
Executes a statement for a Session run.
|
Future<CreateStatementResponse> |
DataFlowAsyncClient.createStatement(CreateStatementRequest request,
AsyncHandler<CreateStatementRequest,CreateStatementResponse> handler) |
Future<CreateStatementResponse> |
DataFlowAsync.createStatement(CreateStatementRequest request,
AsyncHandler<CreateStatementRequest,CreateStatementResponse> handler)
Executes a statement for a Session run.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateStatementResponse> |
DataFlowAsyncClient.createStatement(CreateStatementRequest request,
AsyncHandler<CreateStatementRequest,CreateStatementResponse> handler) |
Future<CreateStatementResponse> |
DataFlowAsync.createStatement(CreateStatementRequest request,
AsyncHandler<CreateStatementRequest,CreateStatementResponse> handler)
Executes a statement for a Session run.
|
Modifier and Type | Method and Description |
---|---|
CreateStatementRequest |
CreateStatementRequest.Builder.build()
Build the instance of CreateStatementRequest as configured by this builder
|
CreateStatementRequest |
CreateStatementRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateStatementRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateStatementRequest.Builder |
CreateStatementRequest.Builder.copy(CreateStatementRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.