QBSorts
Last updated
Last updated
Type | Name | Summary |
---|---|---|
Type | Name | Summary |
---|---|---|
Get query builder parent table clause, this may be a query or a join clause.
Type QBSelect
Sample
Get query builder parent.
Type QBSelect
Sample
Ad an ascending sorting on a column to the query sort.
Parameters
QBColumn columnSortAsc column to sort by
Returns: QBSorts
Sample
Ad an ascending sorting on a column to the query sort.
Parameters
QBColumn functionSortAsc function to add
Returns: QBSorts
Sample
Ad a sorting on a column to the query sort.
Parameters
QBSort sort the sort to add
Returns: QBSorts
Sample
Add the tables' primary pk columns in alphabetical order to the query sort.
Returns: QBSorts
Sample
Clear the sorting clause for the query.
Returns: QBSorts
Sample
Get query builder parent table clause, this may be a query or a join clause.
Get query builder parent.
Ad an ascending sorting on a column to the query sort.
Ad an ascending sorting on a column to the query sort.
Ad a sorting on a column to the query sort.
Add the tables' primary pk columns in alphabetical order to the query sort.
Clear the sorting clause for the query.