このページを編集する際は、編集に関する方針に従ってください。
/* This structure contains constraints of a tuple */
typedef struct tupleConstr {
AttrDefault *defval; /* array */
ConstrCheck *check; /* array */
uint16 num_defval;
uint16 num_check; bool has_not_null;
} TupleConstr;
更新日 | 更新者 | 更新内容 |