Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQueryTable

The information about the table used in a query.

Hierarchy

Index

Properties

Properties

Optional alias

alias: string

The alias of the table, can be used when joining a table to itself.

Optional filter

filter: Filter

The query's filter for this table, if any.

Optional join

The join information, if any, of this table with another parent table.

name

name: string

The name of the table the query will be executed on.

select

The selection mode on this table (EACH/FIRST/LAST).