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

Provides information about particular SQL query column

Load the model package

use SQL::QueryBuilder::WebApi::Object::QueryColumn;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- name | string | Column name. | [optional] data_type | string | Data type. | [optional]

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