このページを編集する際は、編集に関する方針に従ってください。
typedef struct tupleDesc {
int natts; /* number of attributes in the tuple */ Form_pg_attribute *attrs;
/* attrs[N] is a pointer to the description of Attribute Number N+1 */ TupleConstr *constr; /* constraints, or NULL if none */
Oid tdtypeid; /* composite type ID for tuple type */
int32 tdtypmod; /* typmod for tuple type */
bool tdhasoid; /* tuple has oid attribute in its header */
} *TupleDesc;
更新日 | 更新者 | 更新内容 |