MySQL 9.0.0
Source Code Documentation

#include <table_helper.h>

Inheritance diagram for PFS_key_pstring:
[legend]

Public Member Functions

 PFS_key_pstring (const char *name)
 
 ~PFS_key_pstring () override=default
 
- Public Member Functions inherited from PFS_engine_key
 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
 

Static Public Member Functions

static enum ha_rkey_function stateless_read (PFS_key_reader &reader, enum ha_rkey_function find_flag, bool &is_null, char *key_value, uint *key_value_length, uint key_value_max_length)
 
static bool stateless_match (bool record_null, const char *record_string, size_t record_string_length, const char *m_key_value, size_t m_key_value_length, bool m_is_null, enum ha_rkey_function m_find_flag)
 

Protected Member Functions

bool do_match (bool record_null, const char *record_value, size_t record_value_length)
 
bool do_match_prefix (bool record_null, const char *record_value, size_t record_value_length)
 

Additional Inherited Members

- Public Attributes inherited from PFS_engine_key
const char * m_name
 
- Protected Attributes inherited from PFS_engine_key
enum ha_rkey_function m_find_flag
 
bool m_is_null
 

Constructor & Destructor Documentation

◆ PFS_key_pstring()

PFS_key_pstring::PFS_key_pstring ( const char *  name)
inlineexplicit

◆ ~PFS_key_pstring()

PFS_key_pstring::~PFS_key_pstring ( )
overridedefault

Member Function Documentation

◆ do_match()

bool PFS_key_pstring::do_match ( bool  record_null,
const char *  record_value,
size_t  record_value_length 
)
protected

◆ do_match_prefix()

bool PFS_key_pstring::do_match_prefix ( bool  record_null,
const char *  record_value,
size_t  record_value_length 
)
protected

◆ stateless_match()

bool PFS_key_pstring::stateless_match ( bool  record_null,
const char *  record_string,
size_t  record_string_length,
const char *  m_key_value,
size_t  m_key_value_length,
bool  m_is_null,
enum ha_rkey_function  m_find_flag 
)
static

◆ stateless_read()

static enum ha_rkey_function PFS_key_pstring::stateless_read ( PFS_key_reader reader,
enum ha_rkey_function  find_flag,
bool &  is_null,
char *  key_value,
uint *  key_value_length,
uint  key_value_max_length 
)
inlinestatic

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