List of all members.
Public Types |
enum | DataType { INTEGER = 0,
DOUBLE = 1,
STRING = 2
} |
enum | NodeType {
Query,
Create,
CreateIndex,
Delete,
Drop,
DropIndex,
Insert,
AttrName,
AggrFunc,
RelName,
DataType,
AttrType,
Value,
List,
Predicate,
PredTree,
Literal
} |
Public Member Functions |
| PxxLiteral (void *lval, DataType type, int param1=0, int param2=0) |
NodeType | MyType () const |
void | Write (ostream &os) const |
int * | Int () |
double * | Double () |
char * | Char () |
DataType | LiteralType () const |
DataType | Type () |
Protected Attributes |
int | _param1 |
int | _param2 |
Detailed Description
Definition at line 363 of file SqlParser.h.
The documentation for this class was generated from the following file:
- /afs/cs.wisc.edu/u/n/w/nwilliam/private/workspace/Quut/src/parser/SqlParser.h