Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.requests |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
NosqlClient.query(QueryRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
QueryRequest |
QueryRequest.Builder.build()
Build the instance of QueryRequest as configured by this builder
|
QueryRequest |
QueryRequest.Builder.buildWithoutInvocationCallback()
Build the instance of QueryRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
QueryRequest.Builder |
QueryRequest.Builder.copy(QueryRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.