The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

SQL::QueryBuilder::WebApi::Object::Transform

SQL transformation parameters and commands.

Load the model package

use SQL::QueryBuilder::WebApi::Object::Transform;

Properties

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 | ARRAY[Totals] | | [optional] sortings | ARRAY[Sorting] | | [optional] filter | ConditionGroup | | [optional] hidden_columns | ARRAY[HiddenColumn] | | [optional]

[Back to Model list] [Back to API list] [Back to README]