Query¶
Defines a query to retrieve data.
An array of columns to include in the result set.
The maximum number of rows to return. If not set, all rows are returned.
An array of order expressions to sort the results.
Additional parameters to pass to the query.
The starting index for the rows to return.
An array of sub-queries to include in the result set.
The name of the schema to execute the query against.
The name of the table to execute the query against.
The criteria to filter the query results.
The XPath expression to export the data to.