MySQL 8.3.0
Source Code Documentation
dd::Partition_index_impl Class Reference

#include <partition_index_impl.h>

Inheritance diagram for dd::Partition_index_impl:
[legend]

Public Member Functions

 Partition_index_impl ()
 
 Partition_index_impl (Partition_impl *partition, Index *index)
 
 Partition_index_impl (const Partition_index_impl &src, Partition_impl *parent, Index *index)
 
 ~Partition_index_impl () override=default
 
const Object_tableobject_table () const override
 
bool validate () const override
 
bool restore_attributes (const Raw_record &r) override
 
bool store_attributes (Raw_record *r) override
 
void serialize (Sdi_wcontext *wctx, Sdi_writer *w) const override
 Converts *this into json. More...
 
bool deserialize (Sdi_rcontext *rctx, const RJ_Value &val) override
 Re-establishes the state of *this by reading sdi information from the rapidjson DOM subobject provided. More...
 
void debug_print (String_type &outb) const override
 
void set_ordinal_position (uint)
 
virtual uint ordinal_position () const
 
const Partitionpartition () const override
 
Partitionpartition () override
 
Partition_implpartition_impl ()
 
const Indexindex () const override
 
Indexindex () override
 
const Propertiesoptions () const override
 
Propertiesoptions () override
 
bool set_options (const Properties &options) override
 
bool set_options (const String_type &options_raw) override
 
const Propertiesse_private_data () const override
 
Propertiesse_private_data () override
 
bool set_se_private_data (const String_type &se_private_data_raw) override
 
bool set_se_private_data (const Properties &se_private_data) override
 
Object_id tablespace_id () const override
 
void set_tablespace_id (Object_id tablespace_id) override
 
Object_keycreate_primary_key () const override
 
bool has_new_primary_key () const override
 Indicates that object is guaranteed to have primary key value which doesn't exist in database (e.g. More...
 
- Public Member Functions inherited from dd::Weak_object_impl_< use_pfs >
 Weak_object_impl_ ()=default
 
 ~Weak_object_impl_ () override=default
 
void * operator new (size_t size, const std::nothrow_t &nt) noexcept
 
void operator delete (void *ptr, const std::nothrow_t &nt) noexcept
 
void * operator new (size_t size) noexcept
 
void operator delete (void *ptr) noexcept
 
virtual bool store (Open_dictionary_tables_ctx *otx)
 Store the DD object into DD table. More...
 
bool drop (Open_dictionary_tables_ctx *otx) const
 Drop the DD object from DD table. More...
 
virtual bool restore_children (Open_dictionary_tables_ctx *)
 
virtual bool store_children (Open_dictionary_tables_ctx *)
 
virtual bool drop_children (Open_dictionary_tables_ctx *) const
 
- Public Member Functions inherited from dd::Weak_object
 Weak_object ()=default
 
 Weak_object (const Weak_object &)=default
 
virtual ~Weak_object ()=default
 
- Public Member Functions inherited from dd::Partition_index
 ~Partition_index () override=default
 
const String_typename () const
 

Static Public Member Functions

static void register_tables (Open_dictionary_tables_ctx *otx)
 
static Partition_index_implrestore_item (Partition_impl *partition)
 
static Partition_index_implclone (const Partition_index_impl &other, Partition_impl *partition)
 

Private Attributes

Properties_impl m_options
 
Properties_impl m_se_private_data
 
Partition_implm_partition
 
Indexm_index
 
Object_id m_tablespace_id
 

Additional Inherited Members

- Public Types inherited from dd::Partition_index
typedef Partition_index_impl Impl
 
typedef tables::Index_partitions DD_table
 
- Protected Member Functions inherited from dd::Weak_object_impl_< use_pfs >
virtual void set_primary_key_value (const Raw_new_record &)
 
virtual void fix_has_new_primary_key ()
 
bool check_parent_consistency (Entity_object_impl *parent, Object_id parent_id) const
 

Constructor & Destructor Documentation

◆ Partition_index_impl() [1/3]

dd::Partition_index_impl::Partition_index_impl ( )

◆ Partition_index_impl() [2/3]

dd::Partition_index_impl::Partition_index_impl ( Partition_impl partition,
Index index 
)

◆ Partition_index_impl() [3/3]

dd::Partition_index_impl::Partition_index_impl ( const Partition_index_impl src,
Partition_impl parent,
Index index 
)

◆ ~Partition_index_impl()

dd::Partition_index_impl::~Partition_index_impl ( )
overridedefault

Member Function Documentation

◆ clone()

Partition_index_impl * dd::Partition_index_impl::clone ( const Partition_index_impl other,
Partition_impl partition 
)
static

◆ create_primary_key()

Object_key * dd::Partition_index_impl::create_primary_key ( ) const
overridevirtual

◆ debug_print()

void dd::Partition_index_impl::debug_print ( String_type outb) const
overridevirtual

Implements dd::Weak_object.

◆ deserialize()

bool dd::Partition_index_impl::deserialize ( Sdi_rcontext rctx,
const RJ_Value val 
)
overridevirtual

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

Implements dd::Partition_index.

◆ has_new_primary_key()

bool dd::Partition_index_impl::has_new_primary_key ( ) const
overridevirtual

Indicates that object is guaranteed to have primary key value which doesn't exist in database (e.g.

because it only will be generated using auto-increment at store() time). So it is ok for store() method to skip lookup of existing object with the same primary key and simply try to insert new object into the table.

Implements dd::Weak_object_impl_< use_pfs >.

◆ index() [1/2]

const Index & dd::Partition_index_impl::index ( ) const
overridevirtual

Implements dd::Partition_index.

◆ index() [2/2]

Index & dd::Partition_index_impl::index ( )
overridevirtual

Implements dd::Partition_index.

◆ object_table()

const Object_table & dd::Partition_index_impl::object_table ( ) const
overridevirtual

◆ options() [1/2]

const Properties & dd::Partition_index_impl::options ( ) const
inlineoverridevirtual

Implements dd::Partition_index.

◆ options() [2/2]

Properties & dd::Partition_index_impl::options ( )
inlineoverridevirtual

Implements dd::Partition_index.

◆ ordinal_position()

virtual uint dd::Partition_index_impl::ordinal_position ( ) const
inlinevirtual

◆ partition() [1/2]

const Partition & dd::Partition_index_impl::partition ( ) const
overridevirtual

Implements dd::Partition_index.

◆ partition() [2/2]

Partition & dd::Partition_index_impl::partition ( )
overridevirtual

Implements dd::Partition_index.

◆ partition_impl()

Partition_impl & dd::Partition_index_impl::partition_impl ( )
inline

◆ register_tables()

void dd::Partition_index_impl::register_tables ( Open_dictionary_tables_ctx otx)
static

◆ restore_attributes()

bool dd::Partition_index_impl::restore_attributes ( const Raw_record r)
overridevirtual

◆ restore_item()

static Partition_index_impl * dd::Partition_index_impl::restore_item ( Partition_impl partition)
inlinestatic

◆ se_private_data() [1/2]

const Properties & dd::Partition_index_impl::se_private_data ( ) const
inlineoverridevirtual

Implements dd::Partition_index.

◆ se_private_data() [2/2]

Properties & dd::Partition_index_impl::se_private_data ( )
inlineoverridevirtual

Implements dd::Partition_index.

◆ serialize()

void dd::Partition_index_impl::serialize ( Sdi_wcontext wctx,
Sdi_writer w 
) const
overridevirtual

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

Implements dd::Partition_index.

◆ set_options() [1/2]

bool dd::Partition_index_impl::set_options ( const Properties options)
inlineoverridevirtual

Implements dd::Partition_index.

◆ set_options() [2/2]

bool dd::Partition_index_impl::set_options ( const String_type options_raw)
inlineoverridevirtual

Implements dd::Partition_index.

◆ set_ordinal_position()

void dd::Partition_index_impl::set_ordinal_position ( uint  )
inline

◆ set_se_private_data() [1/2]

bool dd::Partition_index_impl::set_se_private_data ( const Properties se_private_data)
inlineoverridevirtual

Implements dd::Partition_index.

◆ set_se_private_data() [2/2]

bool dd::Partition_index_impl::set_se_private_data ( const String_type se_private_data_raw)
inlineoverridevirtual

Implements dd::Partition_index.

◆ set_tablespace_id()

void dd::Partition_index_impl::set_tablespace_id ( Object_id  tablespace_id)
inlineoverridevirtual

Implements dd::Partition_index.

◆ store_attributes()

bool dd::Partition_index_impl::store_attributes ( Raw_record r)
overridevirtual

◆ tablespace_id()

Object_id dd::Partition_index_impl::tablespace_id ( ) const
inlineoverridevirtual

Implements dd::Partition_index.

◆ validate()

bool dd::Partition_index_impl::validate ( ) const
overridevirtual

Member Data Documentation

◆ m_index

Index* dd::Partition_index_impl::m_index
private

◆ m_options

Properties_impl dd::Partition_index_impl::m_options
private

◆ m_partition

Partition_impl* dd::Partition_index_impl::m_partition
private

◆ m_se_private_data

Properties_impl dd::Partition_index_impl::m_se_private_data
private

◆ m_tablespace_id

Object_id dd::Partition_index_impl::m_tablespace_id
private

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