Preparing search index...
The search index is not available
sij-core
sij-core
ast
InList
Interface InList<Ext>
[NOT] IN (...list)
interface
InList
<
Ext
>
{
_tag
:
"InList"
;
expr
:
Expr
<
Ext
>
;
extensions
:
null
|
Ext
[
"InList"
]
;
list
:
Expr
<
Ext
>
[]
;
negated
:
boolean
;
}
Type Parameters
Ext
extends
Extension
Hierarchy
Tagged
<
"InList"
,
{
expr
:
Expr
<
Ext
>
;
extensions
:
Ext
[
"InList"
]
|
null
;
list
:
Expr
<
Ext
>
[]
;
negated
:
boolean
;
}
>
InList
Index
Properties
_tag
expr
extensions
list
negated
Properties
Readonly
_tag
_tag
:
"InList"
Readonly
expr
expr
:
Expr
<
Ext
>
Readonly
extensions
extensions
:
null
|
Ext
[
"InList"
]
Readonly
list
list
:
Expr
<
Ext
>
[]
Readonly
negated
negated
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
_tag
expr
extensions
list
negated
sij-core
ast
builder
Builder
ConstraintBuilder
DefaultBuilder
DeleteBuilder
Functions
InsertBuilder
QueryBuilder
Renderer
SchemaBuilder
TypeBuilder
UpdateBuilder
MakeJoinTable
Generated using
TypeDoc
[NOT] IN (...list)