Preparing search index...
The search index is not available
sij-core
sij-core
ast
Query
Interface Query<Ext>
interface
Query
<
Ext
>
{
_tag
:
"Query"
;
commonTableExprs
:
ast
.
CommonTableExpr
<
Ext
>
[]
;
extensions
:
null
|
Ext
[
"Query"
]
;
limit
:
null
|
Expr
<
Ext
>
;
offset
:
null
|
Expr
<
Ext
>
;
ordering
:
ast
.
OrderingExpr
<
Ext
>
[]
;
selection
:
ast
.
Select
<
Ext
>
;
unions
:
ast
.
SetOp
<
Ext
>
[]
;
}
Type Parameters
Ext
extends
Extension
Hierarchy
Tagged
<
"Query"
,
{
commonTableExprs
:
ast
.
CommonTableExpr
<
Ext
>
[]
;
extensions
:
Ext
[
"Query"
]
|
null
;
limit
:
Expr
<
Ext
>
|
null
;
offset
:
Expr
<
Ext
>
|
null
;
ordering
:
ast
.
OrderingExpr
<
Ext
>
[]
;
selection
:
ast
.
Select
<
Ext
>
;
unions
:
ast
.
SetOp
<
Ext
>
[]
;
}
>
Query
Index
Properties
_tag
common
Table
Exprs
extensions
limit
offset
ordering
selection
unions
Properties
Readonly
_tag
_tag
:
"Query"
Readonly
common
Table
Exprs
common
Table
Exprs
:
ast
.
CommonTableExpr
<
Ext
>
[]
Readonly
extensions
extensions
:
null
|
Ext
[
"Query"
]
Readonly
limit
limit
:
null
|
Expr
<
Ext
>
Readonly
offset
offset
:
null
|
Expr
<
Ext
>
Readonly
ordering
ordering
:
ast
.
OrderingExpr
<
Ext
>
[]
Readonly
selection
selection
:
ast
.
Select
<
Ext
>
Readonly
unions
unions
:
ast
.
SetOp
<
Ext
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
_tag
common
Table
Exprs
extensions
limit
offset
ordering
selection
unions
sij-core
ast
builder
Builder
ConstraintBuilder
DefaultBuilder
DeleteBuilder
Functions
InsertBuilder
QueryBuilder
Renderer
SchemaBuilder
TypeBuilder
UpdateBuilder
MakeJoinTable
Generated using
TypeDoc