ExclusionConstraintExpression
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| template | string = %(expressions)s WITH %(operator)s | The format string used to construct the SQL expression for the exclusion constraint, combining the expressions and the operator. |
Constructor
Signature
def ExclusionConstraintExpression() - > null
Signature
def ExclusionConstraintExpression(
expressions: string,
operator: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| expressions | string | The column names or expressions that form the basis of the exclusion constraint. |
| operator | string | The exclusion operator (e.g., "=", "&&") used to define the overlapping condition for the constraint. |