The raw JSON response object returned from the server when executing getRawData, selectRows, or executeSql when requiredVersion is greater than 13.2.
Returns an array of objects that can be used to assist in creating grids using ExtJS.
Gets the metaData object from the response.
Returns the query name from the Response.
Get a specific row from the row array.
The index of the row you need.
Gets the row count from the response, which is the total number of rows in the query, not necessarily the number of rows returned. For example, if setting maxRows to 100 on a query that has 5,000 rows, getRowCount will return 5,000, not 100.
Returns the array of row objects.
Returns the schema name from the Response. If asString is true it returns a string, otherwise it returns a FieldKey object.
Optional
asString: boolean
The class used to wrap the response object from getRawData, selectRows, and executeSql.