Uses of Class
com.oracle.bmc.nosql.requests.PrepareStatementRequest
-
Packages that use PrepareStatementRequest Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.requests -
-
Uses of PrepareStatementRequest in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql with parameters of type PrepareStatementRequest Modifier and Type Method Description PrepareStatementResponse
Nosql. prepareStatement(PrepareStatementRequest request)
Prepare a SQL statement for use in a query with variable substitution.Future<PrepareStatementResponse>
NosqlAsync. prepareStatement(PrepareStatementRequest request, AsyncHandler<PrepareStatementRequest,PrepareStatementResponse> handler)
Prepare a SQL statement for use in a query with variable substitution.Future<PrepareStatementResponse>
NosqlAsyncClient. prepareStatement(PrepareStatementRequest request, AsyncHandler<PrepareStatementRequest,PrepareStatementResponse> handler)
PrepareStatementResponse
NosqlClient. prepareStatement(PrepareStatementRequest request)
Method parameters in com.oracle.bmc.nosql with type arguments of type PrepareStatementRequest Modifier and Type Method Description Future<PrepareStatementResponse>
NosqlAsync. prepareStatement(PrepareStatementRequest request, AsyncHandler<PrepareStatementRequest,PrepareStatementResponse> handler)
Prepare a SQL statement for use in a query with variable substitution.Future<PrepareStatementResponse>
NosqlAsyncClient. prepareStatement(PrepareStatementRequest request, AsyncHandler<PrepareStatementRequest,PrepareStatementResponse> handler)
-
Uses of PrepareStatementRequest in com.oracle.bmc.nosql.requests
Methods in com.oracle.bmc.nosql.requests that return PrepareStatementRequest Modifier and Type Method Description PrepareStatementRequest
PrepareStatementRequest.Builder. build()
Build the instance of PrepareStatementRequest as configured by this builderPrepareStatementRequest
PrepareStatementRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PrepareStatementRequest as configured by this builderMethods in com.oracle.bmc.nosql.requests with parameters of type PrepareStatementRequest Modifier and Type Method Description PrepareStatementRequest.Builder
PrepareStatementRequest.Builder. copy(PrepareStatementRequest o)
Copy method to populate the builder with values from the given instance.
-