23#ifndef DD__TABLESPACE_FILES_INCLUDED
24#define DD__TABLESPACE_FILES_INCLUDED
36class Tablespace_file_impl;
Tablespace files discovered during startup.
Definition: fil0fil.cc:373
Data structure that contains the information about shared tablespaces.
Definition: fsp0space.h:46
The Properties class defines an interface for storing key=value pairs, where both key and value may b...
Definition: properties.h:73
Opaque context which keeps reusable resoureces needed during deserialization.
Definition: sdi.cc:230
Opaque context which keeps reusable resources needed during serialization.
Definition: sdi.cc:128
Definition: tablespace_file_impl.h:52
Definition: tablespace_file.h:44
virtual const Properties & se_private_data() const =0
Tablespace_file_impl Impl
Definition: tablespace_file.h:46
virtual Tablespace & tablespace()=0
virtual void set_filename(const String_type &filename)=0
virtual const String_type & filename() const =0
virtual uint ordinal_position() const =0
tables::Tablespace_files DD_table
Definition: tablespace_file.h:47
virtual const Tablespace & tablespace() const =0
~Tablespace_file() override=default
virtual void serialize(Sdi_wcontext *wctx, Sdi_writer *w) const =0
Converts *this into json.
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 provide...
virtual bool set_se_private_data(const String_type &se_private_data_raw)=0
virtual Properties & se_private_data()=0
Definition: tablespace.h:55
Base class for all data dictionary objects.
Definition: weak_object.h:41
Definition: tablespace_files.h:37
Some integer typedefs for easier portability.
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:42
RJ_Writer Sdi_writer
Alias for the rapidjson Writer type to use in serialization.
Definition: sdi_fwd.h:63
rapidjson::GenericValue< RJ_Encoding, RJ_Allocator > RJ_Value
Definition: sdi_fwd.h:48
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:50
This header provides Rapidjson Type Aliases.