public class ResultRowBuilder extends Object
Constructor and Description |
---|
ResultRowBuilder() |
Modifier and Type | Method and Description |
---|---|
ResultRowBuilder |
addRow(Object... values)
Add a row with the given list of column values.
|
List<ResultRow> |
toList() |
public 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-2015 Atlassian. All Rights Reserved.