Skip to main content

ExclusionConstraintExpression

No overview available.

Attributes

AttributeTypeDescription
templatestring = %(expressions)s WITH %(operator)sThe 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

NameTypeDescription
expressionsstringThe column names or expressions that form the basis of the exclusion constraint.
operatorstringThe exclusion operator (e.g., "=", "&&") used to define the overlapping condition for the constraint.