class documentation

class ReflectedCheckConstraint(ReflectedConstraint): (source)

View In Hierarchy

Dictionary representing the reflected elements corresponding to :class:`.CheckConstraint`. The :class:`.ReflectedCheckConstraint` structure is returned by the :meth:`.Inspector.get_check_constraints` method.

Class Variable dialect_options Additional dialect-specific options detected for this check constraint
Class Variable sqltext the check constraint's SQL expression

Inherited from ReflectedConstraint:

Class Variable comment comment for the constraint, if present
Class Variable name constraint name
dialect_options: NotRequired[Dict[str, Any]] = (source)

Additional dialect-specific options detected for this check constraint .. versionadded:: 1.3.8

the check constraint's SQL expression