|
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 | |
| PxxInsert (char *rname, PxxList *optAttrList, PxxList *valueList) | |
| PxxInsert (char *rname, PxxList *optAttrList, char *extFileName) | |
| NodeType | MyType () const |
| void | Write (ostream &os) const |
| char * | RelName () |
| char * | FileName () |
| PxxList * | ValList () |
| PxxList * | OptList () |
Definition at line 541 of file SqlParser.h.
1.7.6.1