#include <tablespace_file.h>
◆ DD_table
◆ Impl
◆ ~Tablespace_file()
dd::Tablespace_file::~Tablespace_file |
( |
| ) |
|
|
overridedefault |
◆ 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 |
Implemented in dd::Tablespace_file_impl.
◆ filename()
virtual const String_type & dd::Tablespace_file::filename |
( |
| ) |
const |
|
pure virtual |
◆ ordinal_position()
virtual uint dd::Tablespace_file::ordinal_position |
( |
| ) |
const |
|
pure virtual |
◆ se_private_data() [1/2]
virtual const Properties & dd::Tablespace_file::se_private_data |
( |
| ) |
const |
|
pure virtual |
◆ se_private_data() [2/2]
virtual Properties & dd::Tablespace_file::se_private_data |
( |
| ) |
|
|
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::Tablespace_file_impl.
◆ set_filename()
virtual void dd::Tablespace_file::set_filename |
( |
const String_type & |
filename | ) |
|
|
pure virtual |
◆ set_se_private_data()
virtual bool dd::Tablespace_file::set_se_private_data |
( |
const String_type & |
se_private_data_raw | ) |
|
|
pure virtual |
◆ tablespace() [1/2]
virtual const Tablespace & dd::Tablespace_file::tablespace |
( |
| ) |
const |
|
pure virtual |
◆ tablespace() [2/2]
virtual Tablespace & dd::Tablespace_file::tablespace |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: