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::TransformResult

Returns transformed SQL text in case of successful transformation. Otherwise returns error message.

Load the model package

use SQL::QueryBuilder::WebApi::Object::TransformResult;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- sql | string | Transformed SQL text. | [optional] totals | string | Transformed SQL text for totals. | [optional] error | string | Error message text. | [optional]

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