Preparing search index...
The search index is not available
sij-core
sij-core
ast
Collate
Interface Collate<Ext>
Specification of sorting method. e.g. `col COLLATE "de_DE"
interface
Collate
<
Ext
>
{
_tag
:
"Collate"
;
collation
:
ast
.
CompoundIdentifier
;
expr
:
Expr
<
Ext
>
;
extensions
:
null
|
Ext
[
"Collate"
]
;
}
Type Parameters
Ext
extends
Extension
Hierarchy
Tagged
<
"Collate"
,
{
collation
:
ast
.
CompoundIdentifier
;
expr
:
Expr
<
Ext
>
;
extensions
:
Ext
[
"Collate"
]
|
null
;
}
>
Collate
Index
Properties
_tag
collation
expr
extensions
Properties
Readonly
_tag
_tag
:
"Collate"
Readonly
collation
collation
:
ast
.
CompoundIdentifier
Readonly
expr
expr
:
Expr
<
Ext
>
Readonly
extensions
extensions
:
null
|
Ext
[
"Collate"
]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
_tag
collation
expr
extensions
sij-core
ast
builder
Builder
ConstraintBuilder
DefaultBuilder
DeleteBuilder
Functions
InsertBuilder
QueryBuilder
Renderer
SchemaBuilder
TypeBuilder
UpdateBuilder
MakeJoinTable
Generated using
TypeDoc
Specification of sorting method. e.g. `col COLLATE "de_DE"