TinyBase logoTinyBase β

Definition type aliases

Group

The Group type describes a function that lets you specify that the values of a Cell in multiple ResultRows should be aggregated together. Read more.

GroupedAs

The GroupedAs type describes an object returned from calling a Group function so that the grouped Cell Id can be optionally aliased. Read more.

Having

The Having type describes a function that lets you specify conditions to filter results, based on the grouped Cells resulting from a Group clause. Read more.

Join

The Join type describes a function that lets you specify a Cell or calculated value to join the main query Table to other Tables, by their Row Id. Read more.

JoinedAs

The JoinedAs type describes an object returned from calling a Join function so that the joined Table Id can be optionally aliased. Read more.

Param

The Param type describes a function that takes a param Id and returns its value within a parameterized query. Read more.

Select

The Select type describes a function that lets you specify a Cell or calculated value for including into the query's result. Read more.

SelectedAs

The SelectedAs type describes an object returned from calling a Select function so that the selected Cell Id can be optionally aliased. Read more.

Where

The Where type describes a function that lets you specify conditions to filter results, based on the underlying Cells of the root or joined Tables. Read more.