public interface QueryResult
| Modifier and Type | Method and Description |
|---|---|
List<DataColumn> |
getDataColumns()
Returns all the data table columns available.
|
boolean |
hasNext()
Checks if there are any result records left.
|
DataRow |
next()
Reads in the next record in the result set.
|
List<DataColumn> getDataColumns() throws DataServiceFault
DataServiceFault - Thrown if any error occursboolean hasNext()
throws DataServiceFault
DataServiceFault - Thrown if any error occursDataRow next() throws DataServiceFault
DataServiceFault - Thrown if any error occursCopyright © 2017 WSO2. All rights reserved.