My Project
|
Public Member Functions | |
Item_func_signed (Item *a) | |
const char * | func_name () const |
longlong | val_int () |
longlong | val_int_from_str (int *error) |
void | fix_length_and_dec () |
virtual void | print (String *str, enum_query_type query_type) |
uint | decimal_precision () const |
void Item_func_signed::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_func.
Reimplemented in Item_func_unsigned.