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

Instructs to exclude some columns of original query from the SELECT list of transformed query.

Load the model package

use SQL::QueryBuilder::WebApi::Object::HiddenColumn;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- field | string | Column of original query which will be removed from transformed query. | [optional]

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