Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQuerySelect

A SELECT query is used to retrieve records from one or more tables. It does support filters set on each table, joining tables and sort options. Pagination can be used by setting the start offset and the query limit.

Hierarchy

Index

Properties

Properties

Optional limit

limit: number

The maximum number of records to be selected.

Optional offset

offset: number

The offset for selecting the records. ??

Optional sort

sort: SelectSort[]

The field(s) the records will be sorted by.

tables

tables: ISelectTable[]

The tables the select is executed on, each with it's fields.