Class QueryResult


  • public class QueryResult
    extends Object
    Handle a query result with more flexibility than handling directly a list of TableRow instances.
    Author:
    silveryocha
    • Method Detail

      • getFieldNames

        public List<String> getFieldNames()
        Gets field names extracted from last query result set.
        Returns:
        the field names.
      • getRows

        public List<TableRow> getRows()
        Gets the rows without applying any filter.
        Returns:
        the rows (not filtered).