MySQL 8.3.0
Source Code Documentation

#include <table_helper.h>

Inheritance diagram for PFS_key_longlong:
[legend]

Public Member Functions

 PFS_key_longlong (const char *name)
 
 ~PFS_key_longlong () override=default
 
void read (PFS_key_reader &reader, enum ha_rkey_function find_flag) override
 
- Public Member Functions inherited from PFS_engine_key
 PFS_engine_key (const char *name)
 
virtual ~PFS_engine_key ()=default
 

Static Public Member Functions

static bool stateless_match (bool record_null, longlong record_value, bool m_is_null, longlong m_key_value, enum ha_rkey_function find_flag)
 

Protected Member Functions

bool do_match (bool record_null, longlong record_value)
 

Private Attributes

longlong m_key_value
 

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_longlong()

PFS_key_longlong::PFS_key_longlong ( const char *  name)
inlineexplicit

◆ ~PFS_key_longlong()

PFS_key_longlong::~PFS_key_longlong ( )
overridedefault

Member Function Documentation

◆ do_match()

bool PFS_key_longlong::do_match ( bool  record_null,
longlong  record_value 
)
inlineprotected

◆ read()

void PFS_key_longlong::read ( PFS_key_reader reader,
enum ha_rkey_function  find_flag 
)
inlineoverridevirtual

Implements PFS_engine_key.

◆ stateless_match()

bool PFS_key_longlong::stateless_match ( bool  record_null,
longlong  record_value,
bool  m_is_null,
longlong  m_key_value,
enum ha_rkey_function  find_flag 
)
static

Member Data Documentation

◆ m_key_value

longlong PFS_key_longlong::m_key_value
private

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