Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IZDatabaseQuery<R>

Represents a query to run against a database.

The query object uses the builder pattern to modify the results.

Type parameters

  • R

Hierarchy

  • IZDatabaseQuery

Implemented by

Index

Properties

$filter: Filter<any>

The current filter.

The current join.

$page: number

The current page.

$size: number

The current page size.

The current sort.

Methods

  • join<F, J>(from: string, local: keyof F, foreign: keyof J, as: string): IZDatabaseQuery<R>
  • run(): Promise<R>

Generated using TypeDoc