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.nosqlMethods in com.oracle.bmc.nosql with parameters of type PrepareStatementRequest Modifier and Type Method Description PrepareStatementResponseNosql. 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)PrepareStatementResponseNosqlClient. 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.requestsMethods in com.oracle.bmc.nosql.requests that return PrepareStatementRequest Modifier and Type Method Description PrepareStatementRequestPrepareStatementRequest.Builder. build()Build the instance of PrepareStatementRequest as configured by this builderPrepareStatementRequestPrepareStatementRequest.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.BuilderPrepareStatementRequest.Builder. copy(PrepareStatementRequest o)Copy method to populate the builder with values from the given instance.
 
-