|
BadgerDB
|
Public Types | |
| enum | NodeType { Query, Create, CreateIndex, Delete, Drop, DropIndex, Insert, AttrName, AggrFunc, RelName, DataType, AttrType, Value, List, Predicate, PredTree, Literal } |
Public Member Functions | |
| PxxCreate (char *rname, PxxList *alist, PxxList *plist=0) | |
| NodeType | MyType () const |
| void | Write (ostream &os) const |
| char * | RelName () |
| PxxList * | AttrList () |
| PxxList * | PrimAttrs () |
Definition at line 466 of file SqlParser.h.
1.7.6.1