BadgerDB
Public Types | Public Member Functions
PxxInsert Class Reference
Inheritance diagram for PxxInsert:
PxxPnode

List of all members.

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 ()
PxxListValList ()
PxxListOptList ()

Detailed Description

Definition at line 541 of file SqlParser.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends