MySQL 8.3.0
Source Code Documentation
CSET_STRING Class Reference

Character set armed LEX_CSTRING. More...

Public Member Functions

 CSET_STRING ()
 
 CSET_STRING (const char *str_arg, size_t length_arg, const CHARSET_INFO *cs_arg)
 
const char * str () const
 
size_t length () const
 
const CHARSET_INFOcharset () const
 

Private Attributes

LEX_CSTRING string
 
const CHARSET_INFOcs
 

Detailed Description

Character set armed LEX_CSTRING.

Constructor & Destructor Documentation

◆ CSET_STRING() [1/2]

CSET_STRING::CSET_STRING ( )
inline

◆ CSET_STRING() [2/2]

CSET_STRING::CSET_STRING ( const char *  str_arg,
size_t  length_arg,
const CHARSET_INFO cs_arg 
)
inline

Member Function Documentation

◆ charset()

const CHARSET_INFO * CSET_STRING::charset ( ) const
inline

◆ length()

size_t CSET_STRING::length ( ) const
inline

◆ str()

const char * CSET_STRING::str ( ) const
inline

Member Data Documentation

◆ cs

const CHARSET_INFO* CSET_STRING::cs
private

◆ string

LEX_CSTRING CSET_STRING::string
private

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