38
38
char *org_table; /* Org table name, if table was an alias */
39
39
char *db; /* Database for table */
40
40
char *catalog; /* Catalog for table */
42
42
uint32_t length; /* Width of column (create length) */
43
43
uint32_t max_length; /* Max width for selected set */
44
44
unsigned int name_length;