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