SQL transformation parameters and commands.
Name | Type | Description | Notes |
---|---|---|---|
Guid | string | Unique identifier that defines SQL execution context for the given query, i.e. database server (SQL syntax rules), database schema. The context itself must be saved in the user account on https://webapi.activequerybuilder.com/. | [optional] |
Sql | string | Text of original SQL query to be transformed. | [optional] |
Pagination | Pagination | [optional] | |
Totals | List<Totals> | [optional] | |
Sortings | List<Sorting> | [optional] | |
Filter | ConditionGroup | [optional] | |
HiddenColumns | List<HiddenColumn> | [optional] |