Result.SizePrecision
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getColumnNames()
Get the list of column names.
|
java.lang.String[] |
getColumnSelectorNames()
Get the distinct selector names of all columns.
|
java.lang.Iterable<? extends ResultRow> |
getRows()
Get the rows.
|
java.lang.String[] |
getSelectorNames()
Get the list of selector names.
|
long |
getSize()
Get the number of rows, if known.
|
long |
getSize(Result.SizePrecision precision,
long max)
Get the number of rows, if known.
|
public java.lang.String[] getColumnNames()
Result
getColumnNames
in interface Result
public java.lang.String[] getColumnSelectorNames()
Result
getColumnSelectorNames
in interface Result
public java.lang.String[] getSelectorNames()
Result
getSelectorNames
in interface Result
public java.lang.Iterable<? extends ResultRow> getRows()
Result
public long getSize()
Result
public long getSize(Result.SizePrecision precision, long max)
Result
getSize
in interface Result
precision
- the required precisionmax
- the maximum number that should be returned (Long.MAX_VALUE for
unlimited). For EXACT, the cost of the operation is at most
O(max). For approximations, the cost of the operation should
be at most O(log max)."Copyright © 2010 - 2019 Adobe Systems Incorporated. All Rights Reserved"