My Project
|
Public Member Functions | |
Item_hex_string (const char *str, uint str_length) | |
enum Type | type () const |
double | val_real () |
longlong | val_int () |
bool | basic_const_item () const |
String * | val_str (String *) |
my_decimal * | val_decimal (my_decimal *) |
bool | get_date (MYSQL_TIME *ltime, uint fuzzydate) |
bool | get_time (MYSQL_TIME *ltime) |
type_conversion_status | save_in_field (Field *field, bool no_conversions) |
enum Item_result | result_type () const |
enum Item_result | cast_to_int_type () const |
enum_field_types | field_type () const |
virtual void | print (String *str, enum_query_type query_type) |
bool | eq (const Item *item, bool binary_cmp) const |
virtual Item * | safe_charset_converter (const CHARSET_INFO *tocs) |
bool | check_partition_func_processor (uchar *int_arg) |
bool Item_hex_string::eq | ( | const Item * | item, |
bool | binary_cmp | ||
) | const [virtual] |
This function is called when:
Reimplemented from Item.
void Item_hex_string::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_hex_string::save_in_field | ( | Field * | field, |
bool | no_conversions | ||
) | [virtual] |