MySQL 8.3.0
Source Code Documentation
dd::Tablespace_file Class Referenceabstract

#include <tablespace_file.h>

Inheritance diagram for dd::Tablespace_file:
[legend]

Public Types

typedef Tablespace_file_impl Impl
 
typedef tables::Tablespace_files DD_table
 

Public Member Functions

 ~Tablespace_file () override=default
 
virtual uint ordinal_position () const =0
 
virtual const String_typefilename () const =0
 
virtual void set_filename (const String_type &filename)=0
 
virtual const Propertiesse_private_data () const =0
 
virtual Propertiesse_private_data ()=0
 
virtual bool set_se_private_data (const String_type &se_private_data_raw)=0
 
virtual const Tablespacetablespace () const =0
 
virtual Tablespacetablespace ()=0
 
virtual void serialize (Sdi_wcontext *wctx, Sdi_writer *w) const =0
 Converts *this into json. More...
 
virtual bool deserialize (Sdi_rcontext *rctx, const RJ_Value &val)=0
 Re-establishes the state of *this by reading sdi information from the rapidjson DOM subobject provided. More...
 
- Public Member Functions inherited from dd::Weak_object
virtual void debug_print (String_type &outb) const =0
 
 Weak_object ()=default
 
 Weak_object (const Weak_object &)=default
 
virtual ~Weak_object ()=default
 

Member Typedef Documentation

◆ DD_table

◆ Impl

Constructor & Destructor Documentation

◆ ~Tablespace_file()

dd::Tablespace_file::~Tablespace_file ( )
overridedefault

Member Function Documentation

◆ deserialize()

virtual bool dd::Tablespace_file::deserialize ( Sdi_rcontext rctx,
const RJ_Value val 
)
pure virtual

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
rctxstores book-keeping information for the deserialization process
valsubobject 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

Implemented in dd::Tablespace_file_impl.

◆ ordinal_position()

virtual uint dd::Tablespace_file::ordinal_position ( ) const
pure virtual

Implemented in dd::Tablespace_file_impl.

◆ se_private_data() [1/2]

virtual const Properties & dd::Tablespace_file::se_private_data ( ) const
pure virtual

Implemented in dd::Tablespace_file_impl.

◆ se_private_data() [2/2]

virtual Properties & dd::Tablespace_file::se_private_data ( )
pure virtual

Implemented in dd::Tablespace_file_impl.

◆ serialize()

virtual void dd::Tablespace_file::serialize ( Sdi_wcontext wctx,
Sdi_writer w 
) const
pure virtual

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
wctxopaque context for data needed by serialization
wrapidjson 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

Implemented in dd::Tablespace_file_impl.

◆ set_se_private_data()

virtual bool dd::Tablespace_file::set_se_private_data ( const String_type se_private_data_raw)
pure virtual

Implemented in dd::Tablespace_file_impl.

◆ tablespace() [1/2]

virtual const Tablespace & dd::Tablespace_file::tablespace ( ) const
pure virtual

Implemented in dd::Tablespace_file_impl.

◆ tablespace() [2/2]

virtual Tablespace & dd::Tablespace_file::tablespace ( )
pure virtual

Implemented in dd::Tablespace_file_impl.


The documentation for this class was generated from the following file: