MySQL 9.0.0
Source Code Documentation
VAR Struct Reference

Public Attributes

char * name
 
size_t name_len
 
char * str_val
 
size_t str_val_len
 
int int_val
 
size_t alloced_len
 
bool int_dirty
 
bool is_int
 
bool alloced
 

Member Data Documentation

◆ alloced

bool VAR::alloced

◆ alloced_len

size_t VAR::alloced_len

◆ int_dirty

bool VAR::int_dirty

◆ int_val

int VAR::int_val

◆ is_int

bool VAR::is_int

◆ name

char* VAR::name

◆ name_len

size_t VAR::name_len

◆ str_val

char* VAR::str_val

◆ str_val_len

size_t VAR::str_val_len

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