My Project
|
Public Member Functions | |
Item_user_var_as_out_param (Name_string a) | |
enum Type | type () const |
double | val_real () |
longlong | val_int () |
String * | val_str (String *str) |
my_decimal * | val_decimal (my_decimal *decimal_buffer) |
bool | get_date (MYSQL_TIME *ltime, uint fuzzydate) |
bool | get_time (MYSQL_TIME *ltime) |
bool | fix_fields (THD *thd, Item **ref) |
virtual void | print (String *str, enum_query_type query_type) |
void | set_null_value (const CHARSET_INFO *cs) |
void | set_value (const char *str, uint length, const CHARSET_INFO *cs) |
void Item_user_var_as_out_param::print | ( | String * | str, |
enum_query_type | query_type | ||
) | [virtual] |
This method is used for to:
For more information about view definition query, INFORMATION_SCHEMA query and why they should be generated from the Item-tree,
Reimplemented from Item.