MySQL 9.1.0
Source Code Documentation
|
#include <table_helper.h>
Public Member Functions | |
PFS_key_ulonglong (const char *name) | |
~PFS_key_ulonglong () 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, ulonglong record_value, bool m_is_null, ulonglong m_key_value, enum ha_rkey_function find_flag) |
Protected Member Functions | |
bool | do_match (bool record_null, ulonglong record_value) |
Private Attributes | |
ulonglong | 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 |
|
protected |
|
inlineoverridevirtual |
Implements PFS_engine_key.
|
static |
|
private |