Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
QueryResultRow |
QueryResultRow.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<QueryResultRow> |
QueryResultResponse.getQueryResultRows()
A collection of objects with each object representing an individual row of the query result
set.
|
Modifier and Type | Method and Description |
---|---|
QueryResultRow.Builder |
QueryResultRow.Builder.copy(QueryResultRow model) |
Modifier and Type | Method and Description |
---|---|
QueryResultResponse.Builder |
QueryResultResponse.Builder.queryResultRows(List<QueryResultRow> queryResultRows)
A collection of objects with each object representing an individual row of the query
result set.
|
Constructor and Description |
---|
QueryResultResponse(QueryResultMetadataSummary queryResultMetadataSummary,
List<QueryResultRow> queryResultRows,
Map<String,Object> queryResultMetadata,
List<QueryResultWarning> queryResultWarnings)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.