MySQL 8.3.0
Source Code Documentation

#include <pfs_engine_table.h>

Inheritance diagram for PFS_engine_key:
[legend]

Public Member Functions

 PFS_engine_key (const char *name)
 
virtual ~PFS_engine_key ()=default
 
virtual void read (PFS_key_reader &reader, enum ha_rkey_function find_flag)=0
 

Public Attributes

const char * m_name
 

Protected Attributes

enum ha_rkey_function m_find_flag
 
bool m_is_null
 

Constructor & Destructor Documentation

◆ PFS_engine_key()

PFS_engine_key::PFS_engine_key ( const char *  name)
inlineexplicit

◆ ~PFS_engine_key()

virtual PFS_engine_key::~PFS_engine_key ( )
virtualdefault

Member Function Documentation

◆ read()

Member Data Documentation

◆ m_find_flag

enum ha_rkey_function PFS_engine_key::m_find_flag
protected

◆ m_is_null

bool PFS_engine_key::m_is_null
protected

◆ m_name

const char* PFS_engine_key::m_name

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