|
CUBRID Engine
latest
|

Public Attributes | |
| const char * | class_name |
| const char * | attr_name |
| const char * | source_class |
| int | precision |
| short | scale |
| short | attr_order |
| void * | default_val |
| unsigned char | domain |
| char | indexed |
| char | non_null |
| char | shared |
| char | unique |
| char | set_domain |
| char | is_key |
| const char * | comment |
Definition at line 166 of file cas_execute.c.
| const char* t_attr_table::attr_name |
Definition at line 169 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| short t_attr_table::attr_order |
Definition at line 173 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| const char* t_attr_table::class_name |
Definition at line 168 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| const char* t_attr_table::comment |
Definition at line 182 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| void* t_attr_table::default_val |
Definition at line 174 of file cas_execute.c.
Referenced by class_attr_info().
| unsigned char t_attr_table::domain |
Definition at line 175 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| char t_attr_table::indexed |
Definition at line 176 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| char t_attr_table::is_key |
Definition at line 181 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| char t_attr_table::non_null |
Definition at line 177 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| int t_attr_table::precision |
Definition at line 171 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| short t_attr_table::scale |
Definition at line 172 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| char t_attr_table::set_domain |
Definition at line 180 of file cas_execute.c.
Referenced by class_attr_info().
| char t_attr_table::shared |
Definition at line 178 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| const char* t_attr_table::source_class |
Definition at line 170 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().
| char t_attr_table::unique |
Definition at line 179 of file cas_execute.c.
Referenced by class_attr_info(), and fetch_attribute().