Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
CheckConstraintNode
Variable CheckConstraintNode
Internal
Check
Constraint
Node
:
Readonly
<
{
create
(
expression
,
constraintName
?
)
:
kysely
.
CheckConstraintNode
;
is
(
node
)
:
node
is
kysely
.
CheckConstraintNode
;
}
>
Type declaration
create
:
function
create
(
expression
,
constraintName
?
)
:
kysely
.
CheckConstraintNode
Parameters
expression
:
OperationNode
Optional
constraintName
:
string
Returns
kysely
.
CheckConstraintNode
is
:
function
is
(
node
)
:
node
is
kysely
.
CheckConstraintNode
Parameters
node
:
OperationNode
Returns
node
is
kysely
.
CheckConstraintNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Silvertree API
Loading...