Skip to content

Struct st_hint_msg

ClassList > st_hint_msg

Public Attributes

Type Name
bool is_print
int m_alloc
int m_used
char msg_buf
char * msg_ptr
int stmt_no

Public Functions

Type Name
void add_fmt_string (const char * fmt, ...)
void add_hint_string (char * hint_str)
void check_buffer (int size)
void reset ()
st_hint_msg ()

Public Attributes Documentation

variable is_print

bool st_hint_msg::is_print;

variable m_alloc

int st_hint_msg::m_alloc;

variable m_used

int st_hint_msg::m_used;

variable msg_buf

char st_hint_msg::msg_buf[1024];

variable msg_ptr

char* st_hint_msg::msg_ptr;

variable stmt_no

int st_hint_msg::stmt_no;

Public Functions Documentation

function add_fmt_string

inline void st_hint_msg::add_fmt_string (
    const  char * fmt,
    ...
) 

function add_hint_string

inline void st_hint_msg::add_hint_string (
    char * hint_str
) 

function check_buffer

inline void st_hint_msg::check_buffer (
    int size
) 

function reset

inline void st_hint_msg::reset () 

function st_hint_msg

inline st_hint_msg::st_hint_msg () 


The documentation for this class was generated from the following file cubrid/src/parser/scanner_support.c