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

Information about SQL query and it's context.

Load the model package

use SQL::QueryBuilder::WebApi::Object::SqlQuery;

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] text | string | SQL query text. | [optional]

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