public class InMemoryQueryResult extends QueryResult
ToYAMLString.FieldNameAndValue
Modifier and Type | Field and Description |
---|---|
static String |
DECLARATION |
Constructor and Description |
---|
InMemoryQueryResult(List<ResultRow> rows) |
Modifier and Type | Method and Description |
---|---|
List<ResultRow> |
getRows()
The rows.
|
String |
toPrettyString()
Returns the contents of this object in the form of a pretty formatted string.
|
String |
toString() |
append, appendFields, fromXMLString, getFieldsToAppend, toXMLString
public static final String DECLARATION
@ConstructorProperties(value="rows") @Generated(value="lombok") public InMemoryQueryResult(List<ResultRow> rows)
public String toPrettyString()
PrettyPrintable
public String toString()
toString
in class ToYAMLString
@Generated(value="lombok") public List<ResultRow> getRows()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.