#include <column_type_element.h>
◆ DD_table
◆ Impl
◆ ~Column_type_element()
dd::Column_type_element::~Column_type_element |
( |
| ) |
|
|
overridedefault |
◆ column()
virtual const Column & dd::Column_type_element::column |
( |
| ) |
const |
|
pure virtual |
◆ deserialize()
Re-establishes the state of *this by reading sdi information from the rapidjson DOM subobject provided.
Cross-references encountered within this object are tracked in sdictx, so that they can be updated when the entire object graph has been established.
- Parameters
-
rctx | stores book-keeping information for the deserialization process |
val | subobject of rapidjson DOM containing json representation of this object |
- Return values
-
Implemented in dd::Column_type_element_impl.
◆ index()
virtual uint dd::Column_type_element::index |
( |
| ) |
const |
|
pure virtual |
◆ name()
virtual const String_type & dd::Column_type_element::name |
( |
| ) |
const |
|
pure virtual |
◆ serialize()
Converts *this into json.
Converts all member variables that are to be included in the sdi into json by transforming them appropriately and passing them to the rapidjson writer provided.
- Parameters
-
wctx | opaque context for data needed by serialization |
w | rapidjson writer which will perform conversion to json |
Implemented in dd::Column_type_element_impl.
◆ set_name()
virtual void dd::Column_type_element::set_name |
( |
const String_type & |
name | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: