class documentation

Represents a reflected enum.

Class Variable constraints The constraints defined in the domain, if any. The constraint are in order of evaluation by postgresql.
Class Variable default The string representation of the default value of this domain or ``None`` if none present.
Class Variable nullable Indicates if the domain allows null or not.
Class Variable type The string name of the underlying data type of the domain.

Inherited from ReflectedNamedType:

Class Variable name Name of the type.
Class Variable schema The schema of the type.
Class Variable visible Indicates if this type is in the current search path.

The constraints defined in the domain, if any. The constraint are in order of evaluation by postgresql.

The string representation of the default value of this domain or ``None`` if none present.

nullable: bool = (source)

Indicates if the domain allows null or not.

The string name of the underlying data type of the domain.