|
| | Table_partition_values () |
| |
| | Object_table_impl (const String_type &schema_name, const String_type &table_name, const String_type &ddl_statement) |
| |
| | Object_table_impl () |
| |
| const String_type & | name () const override |
| | Get the table name used by the target definition for the dictionary table. More...
|
| |
| Object_table_definition_impl * | target_table_definition () override |
| | Get the target definition for the dictionary table. More...
|
| |
| const Object_table_definition_impl * | target_table_definition () const override |
| |
| void | set_abandoned (uint last_dd_version) const override |
| | Mark the target definition for the dictionary table as abandoned. More...
|
| |
| bool | is_abandoned () const override |
| | Check if the dictionary table is abandoned. More...
|
| |
| const Object_table_definition_impl * | actual_table_definition () const override |
| | Get the actual definition for the dictionary table. More...
|
| |
| bool | set_actual_table_definition (const Properties &table_def_properties) const override |
| | Set the actual definition for the dictionary table. More...
|
| |
| virtual int | field_number (int target_field_number, const String_type &field_label) const |
| |
| int | field_number (const String_type &field_label) const override |
| | Get the field ordinal position in the object table. More...
|
| |
| bool | populate (THD *) const override |
| | Execute low level code for populating the table. More...
|
| |
| bool | is_hidden () const override |
| | Check if the table should be hidden. More...
|
| |
| void | set_hidden (bool hidden) override |
| | Mark the dictionary table as hidden or visible. More...
|
| |
| | ~Object_table_impl () override=default |
| |
| virtual | ~Object_table ()=default |
| |