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

Determines rows order in transformed query. If there aren't any sortings, the original query sorting is kept.

Load the model package

use SQL::QueryBuilder::WebApi::Object::Sorting;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- field | string | Column of original query by which transfored query will be sorted. | [optional] order | string | Sort order (ascending or descending). | [optional]

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