Drizzled Public API Documentation

drizzled::Rollup Class Reference

Public Types

enum  State { STATE_NONE, STATE_INITED, STATE_READY }

Public Member Functions

 Rollup (State in_state, Item_null_result **in_null_items, Item ***in_ref_pointer_arrays, List< Item > *in_fields)
State getState () const
void setState (State in_state)
Item_null_result ** getNullItems () const
void setNullItems (Item_null_result **in_null_items)
Item *** getRefPointerArrays () const
void setRefPointerArrays (Item ***in_ref_pointer_arrays)
List< Item > * getFields () const
void setFields (List< Item > *in_fields)

Private Attributes

State state
Item_null_result ** null_items
Item *** ref_pointer_arrays
List< Item > * fields

Detailed Description

Definition at line 54 of file sql_select.h.


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