MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
field_info Class Reference
Inheritance diagram for field_info:
Collaboration diagram for field_info:

Public Member Functions

 field_info (Item *a, select_analyse *b)
virtual void add ()=0
virtual void get_opt_type (String *, ha_rows)=0
virtual Stringget_min_arg (String *)=0
virtual Stringget_max_arg (String *)=0
virtual Stringavg (String *, ha_rows)=0
virtual Stringstd (String *, ha_rows)=0
virtual tree_walk_action collect_enum ()=0
virtual uint decimals ()

Protected Attributes

ulong treemem
ulong tree_elements
ulong empty
ulong nulls
ulong min_length
ulong max_length
uint room_in_tree
my_bool found
TREE tree
Itemitem
select_analysepc

Friends

class select_analyse

Additional Inherited Members

- Static Public Member Functions inherited from Sql_alloc
static void * operator new (size_t size) throw ()
static void * operator new[] (size_t size) throw ()
static void * operator new[] (size_t size, MEM_ROOT *mem_root) throw ()
static void * operator new (size_t size, MEM_ROOT *mem_root) throw ()
static void operator delete (void *ptr, size_t size)
static void operator delete (void *ptr, MEM_ROOT *mem_root)
static void operator delete[] (void *ptr, MEM_ROOT *mem_root)
static void operator delete[] (void *ptr, size_t size)

Detailed Description

Definition at line 68 of file sql_analyse.h.


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