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