InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Statement::orderbyitem_s Struct Reference

ORDER BY fields and order. More...

#include <Asts.h>

Collaboration diagram for Statement::orderbyitem_s:

Public Attributes

bool isasc
 
std::string operandstr
 

Detailed Description

ORDER BY fields and order.

Definition at line 163 of file Asts.h.

Member Data Documentation

bool Statement::orderbyitem_s::isasc

true ASCENDING, false DESCENDING

Definition at line 165 of file Asts.h.

std::string Statement::orderbyitem_s::operandstr

field operand

Definition at line 166 of file Asts.h.


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