My Project
Public Types | Public Attributes
st_order Struct Reference

#include <table.h>

List of all members.

Public Types

enum  enum_order { ORDER_NOT_RELEVANT, ORDER_ASC, ORDER_DESC }

Public Attributes

struct st_ordernext
Item ** item
Itemitem_ptr
int counter
enum_order direction
bool in_field_list
bool counter_used
bool used_alias
Fieldfield
char * buff
table_map used
table_map depend_map

Detailed Description

Order clause list element


Member Data Documentation

Tells whether this ORDER element was referenced with an alias or with an expression, in the query: SELECT a AS foo GROUP BY foo: true. SELECT a AS foo GROUP BY a: false.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines