Uses of Class
com.oracle.bmc.apmtraces.model.QueryResultRow
-
Packages that use QueryResultRow Package Description com.oracle.bmc.apmtraces.model -
-
Uses of QueryResultRow in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return QueryResultRow Modifier and Type Method Description QueryResultRow
QueryResultRow.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type QueryResultRow Modifier and Type Method Description List<QueryResultRow>
QueryResultResponse. getQueryResultRows()
A collection of objects with each object representing an individual row of the query result set.Methods in com.oracle.bmc.apmtraces.model with parameters of type QueryResultRow Modifier and Type Method Description QueryResultRow.Builder
QueryResultRow.Builder. copy(QueryResultRow model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type QueryResultRow Modifier and Type Method 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 parameters in com.oracle.bmc.apmtraces.model with type arguments of type QueryResultRow Constructor Description QueryResultResponse(QueryResultMetadataSummary queryResultMetadataSummary, List<QueryResultRow> queryResultRows, Map<String,Object> queryResultMetadata, List<QueryResultWarning> queryResultWarnings)
Deprecated.
-