public class QueryResult extends Object
Constructor and Description |
---|
QueryResult(RowResponse nextItem,
List<String> columns) |
Modifier and Type | Method and Description |
---|---|
Object |
get(String name) |
List<String> |
getColumns() |
List<Object> |
getIdentifiers() |
List<Object> |
getSortValues() |
String |
toString() |
public QueryResult(RowResponse nextItem, List<String> columns)
Copyright © 2010–2020. All rights reserved.