Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
OnConflictNode
Interface OnConflictNode
interface
OnConflictNode
{
columns
?:
readonly
kysely
.
ColumnNode
[]
;
constraint
?:
kysely
.
IdentifierNode
;
doNothing
?:
boolean
;
indexExpression
?:
OperationNode
;
indexWhere
?:
kysely
.
WhereNode
;
kind
:
"OnConflictNode"
;
updateWhere
?:
kysely
.
WhereNode
;
updates
?:
readonly
kysely
.
ColumnUpdateNode
[]
;
}
Hierarchy (
view full
)
OperationNode
OnConflictNode
Index
Properties
columns?
constraint?
do
Nothing?
index
Expression?
index
Where?
kind
update
Where?
updates?
Properties
Optional
Readonly
columns
columns
?:
readonly
kysely
.
ColumnNode
[]
Optional
Readonly
constraint
constraint
?:
kysely
.
IdentifierNode
Optional
Readonly
do
Nothing
do
Nothing
?:
boolean
Optional
Readonly
index
Expression
index
Expression
?:
OperationNode
Optional
Readonly
index
Where
index
Where
?:
kysely
.
WhereNode
Readonly
kind
kind
:
"OnConflictNode"
Optional
Readonly
update
Where
update
Where
?:
kysely
.
WhereNode
Optional
Readonly
updates
updates
?:
readonly
kysely
.
ColumnUpdateNode
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
columns
constraint
do
Nothing
index
Expression
index
Where
kind
update
Where
updates
Silvertree API
Loading...