MySQL 8.4.2
Source Code Documentation
|
#include <table_helper.h>
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 |
|
inlineexplicit |
|
overridedefault |
|
inlineprotected |
|
inlineoverridevirtual |
Implements PFS_engine_key.
|
static |
|
private |