My Project
|
Public Member Functions | |
Item_name_const (Item *name_arg, Item *val) | |
bool | fix_fields (THD *, Item **) |
enum Type | type () const |
double | val_real () |
longlong | val_int () |
String * | val_str (String *sp) |
my_decimal * | val_decimal (my_decimal *) |
bool | get_date (MYSQL_TIME *ltime, uint fuzzydate) |
bool | get_time (MYSQL_TIME *ltime) |
bool | is_null () |
virtual void | print (String *str, enum_query_type query_type) |
Item_result | result_type () const |
type_conversion_status | save_in_field (Field *field, bool no_conversions) |
bool | send (Protocol *protocol, String *str) |
void Item_name_const::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.
type_conversion_status Item_name_const::save_in_field | ( | Field * | field, |
bool | no_conversions | ||
) | [inline, virtual] |
bool Item_name_const::send | ( | Protocol * | protocol, |
String * | buffer | ||
) | [inline, virtual] |
This is only called from items that is not of type item_field.
Reimplemented from Item.