public interface Result
Modifier and Type | Method and Description |
---|---|
String[] |
getColumnNames()
Get the list of column names.
|
String[] |
getColumnSelectorNames()
Get the distinct selector names of all columns.
|
Iterable<? extends ResultRow> |
getRows()
Get the rows.
|
String[] |
getSelectorNames()
Get the list of selector names.
|
long |
getSize()
Get the number of rows, if known.
|
String[] getColumnNames()
String[] getColumnSelectorNames()
String[] getSelectorNames()
long getSize()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"