Uses of Class
com.oracle.bmc.nosql.responses.PrepareStatementResponse
-
Packages that use PrepareStatementResponse Package Description com.oracle.bmc.nosql com.oracle.bmc.nosql.responses -
-
Uses of PrepareStatementResponse in com.oracle.bmc.nosql
Methods in com.oracle.bmc.nosql that return PrepareStatementResponse Modifier and Type Method Description PrepareStatementResponse
Nosql. prepareStatement(PrepareStatementRequest request)
Prepare a SQL statement for use in a query with variable substitution.PrepareStatementResponse
NosqlClient. prepareStatement(PrepareStatementRequest request)
Methods in com.oracle.bmc.nosql that return types with arguments of type PrepareStatementResponse 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)
Method parameters in com.oracle.bmc.nosql with type arguments of type PrepareStatementResponse 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 PrepareStatementResponse in com.oracle.bmc.nosql.responses
Methods in com.oracle.bmc.nosql.responses that return PrepareStatementResponse Modifier and Type Method Description PrepareStatementResponse
PrepareStatementResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.nosql.responses with parameters of type PrepareStatementResponse Modifier and Type Method Description PrepareStatementResponse.Builder
PrepareStatementResponse.Builder. copy(PrepareStatementResponse o)
Copy method to populate the builder with values from the given instance.
-