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