MySQL 8.1.0
Source Code Documentation
PFS_routine_name Struct Reference

#include <pfs_name.h>

Public Member Functions

void reset ()
 
void set (const char *str, size_t len)
 
void hash (uint64 *nr1, uint64 *nr2) const
 
int sort (const PFS_routine_name *other) const
 
size_t length () const
 
const char * ptr () const
 
const CHARSET_INFOcharset () const
 

Private Attributes

PFS_any_name< NAME_LENm_name
 

Static Private Attributes

static const CHARSET_INFOm_cs = &my_charset_utf8mb4_0900_ai_ci
 

Friends

struct PFS_object_name
 

Member Function Documentation

◆ charset()

const CHARSET_INFO * PFS_routine_name::charset ( ) const
inline

◆ hash()

void PFS_routine_name::hash ( uint64 nr1,
uint64 nr2 
) const
inline

◆ length()

size_t PFS_routine_name::length ( ) const
inline

◆ ptr()

const char * PFS_routine_name::ptr ( ) const
inline

◆ reset()

void PFS_routine_name::reset ( void  )
inline

◆ set()

void PFS_routine_name::set ( const char *  str,
size_t  len 
)

◆ sort()

int PFS_routine_name::sort ( const PFS_routine_name other) const
inline

Friends And Related Function Documentation

◆ PFS_object_name

friend struct PFS_object_name
friend

Member Data Documentation

◆ m_cs

const CHARSET_INFO * PFS_routine_name::m_cs = &my_charset_utf8mb4_0900_ai_ci
staticprivate

◆ m_name

PFS_any_name<NAME_LEN> PFS_routine_name::m_name
private

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