PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
Oid | typeId |
int32 | typeMod |
Oid | collation |
int | location |
Definition at line 1539 of file primnodes.h.
Oid CoerceToDomainValue::collation |
Definition at line 1547 of file primnodes.h.
Referenced by domainAddConstraint().
int CoerceToDomainValue::location |
Definition at line 1549 of file primnodes.h.
Referenced by domainAddConstraint(), and replace_domain_constraint_value().
Oid CoerceToDomainValue::typeId |
Definition at line 1543 of file primnodes.h.
Referenced by domainAddConstraint(), and JumbleExpr().
int32 CoerceToDomainValue::typeMod |
Definition at line 1545 of file primnodes.h.
Referenced by domainAddConstraint().
Expr CoerceToDomainValue::xpr |
Definition at line 1541 of file primnodes.h.