Documentation
Preparing search index...
@sequelize/db2
<internal>
RawConstraintDescription
Interface RawConstraintDescription
interface
RawConstraintDescription
{
columnNames
?:
string
;
constraintCatalog
?:
string
;
constraintName
:
string
;
constraintSchema
:
string
;
constraintType
:
ConstraintType
;
definition
?:
string
;
deleteAction
?:
string
;
initiallyDeferred
?:
string
;
isDeferrable
?:
string
;
referencedColumnNames
?:
string
;
referencedTableName
?:
string
;
referencedTableSchema
?:
string
;
tableCatalog
?:
string
;
tableName
:
string
;
tableSchema
:
string
;
updateAction
?:
string
;
}
Index
Properties
column
Names?
constraint
Catalog?
constraint
Name
constraint
Schema
constraint
Type
definition?
delete
Action?
initially
Deferred?
is
Deferrable?
referenced
Column
Names?
referenced
Table
Name?
referenced
Table
Schema?
table
Catalog?
table
Name
table
Schema
update
Action?
Properties
Optional
column
Names
columnNames
?:
string
Optional
constraint
Catalog
constraintCatalog
?:
string
constraint
Name
constraintName
:
string
constraint
Schema
constraintSchema
:
string
constraint
Type
constraintType
:
ConstraintType
Optional
definition
definition
?:
string
Optional
delete
Action
deleteAction
?:
string
Optional
initially
Deferred
initiallyDeferred
?:
string
Optional
is
Deferrable
isDeferrable
?:
string
Optional
referenced
Column
Names
referencedColumnNames
?:
string
Optional
referenced
Table
Name
referencedTableName
?:
string
Optional
referenced
Table
Schema
referencedTableSchema
?:
string
Optional
table
Catalog
tableCatalog
?:
string
table
Name
tableName
:
string
table
Schema
tableSchema
:
string
Optional
update
Action
updateAction
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
column
Names
constraint
Catalog
constraint
Name
constraint
Schema
constraint
Type
definition
delete
Action
initially
Deferred
is
Deferrable
referenced
Column
Names
referenced
Table
Name
referenced
Table
Schema
table
Catalog
table
Name
table
Schema
update
Action
Documentation
Loading...