24#ifndef DD__ENTITY_OBJECT_INCLUDED 
   25#define DD__ENTITY_OBJECT_INCLUDED 
Definition: entity_object_impl.h:44
 
Definition: entity_object_table_impl.h:46
 
Base class for dictionary objects which has single column integer primary key.
Definition: entity_object.h:48
 
virtual Object_id id() const =0
The unique dictionary object id.
 
virtual const class Entity_object_impl * impl() const =0
 
virtual void set_name(const String_type &name)=0
 
virtual bool is_persistent() const =0
Is dictionary object persistent in dictionary tables ?
 
virtual const String_type & name() const =0
 
virtual class Entity_object_impl * impl()=0
 
Base class for all data dictionary objects.
Definition: weak_object.h:42
 
Handling of access to persistent storage.
Definition: storage_adapter.h:60
 
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
 
unsigned long long Object_id
Definition: object_id.h:31
 
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:51