MySQL 8.3.0
Source Code Documentation

#include <table_helper.h>

Inheritance diagram for PFS_key_port:
[legend]

Public Member Functions

 PFS_key_port (const char *name)
 
 ~PFS_key_port () override=default
 
bool match (const PFS_socket *pfs)
 
bool match (uint port)
 match port number More...
 
- Public Member Functions inherited from PFS_key_long
 PFS_key_long (const char *name)
 
 ~PFS_key_long () 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
 

Additional Inherited Members

- Static Public Member Functions inherited from PFS_key_long
static enum ha_rkey_function stateless_read (PFS_key_reader &reader, enum ha_rkey_function find_flag, bool &is_null, long *key_value)
 
static bool stateless_match (bool record_null, long record_value, bool m_is_null, long m_key_value, enum ha_rkey_function find_flag)
 
- Public Attributes inherited from PFS_engine_key
const char * m_name
 
- Protected Member Functions inherited from PFS_key_long
bool do_match (bool record_null, long record_value)
 
- Protected Attributes inherited from PFS_engine_key
enum ha_rkey_function m_find_flag
 
bool m_is_null
 

Constructor & Destructor Documentation

◆ PFS_key_port()

PFS_key_port::PFS_key_port ( const char *  name)
inlineexplicit

◆ ~PFS_key_port()

PFS_key_port::~PFS_key_port ( )
overridedefault

Member Function Documentation

◆ match() [1/2]

bool PFS_key_port::match ( const PFS_socket pfs)

◆ match() [2/2]

bool PFS_key_port::match ( uint  port)

match port number

Parameters
portport number to match

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