Constructor and Description |
---|
ResultRowBuilder() |
Modifier and Type | Method and Description |
---|---|
ResultRowBuilder |
add(ResultRow row)
Add the given row to the results.
|
ResultRowBuilder |
addRow(Object... values)
Add a row with the given list of column values.
|
Iterator<ResultRow> |
iterator() |
List<ResultRow> |
toList() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ResultRowBuilder add(@Nonnull ResultRow row)
It will usually be more convenient to use addRow(Object...)
.
row
- the row to add to the resultspublic ResultRowBuilder addRow(Object... values)
Only a partial list of values is required - missing values are treated as NULL
values
- a (partial) list of column valuesCopyright © 2002-2021 Atlassian. All Rights Reserved.