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

List of all members.

Public Types

enum  PredConnector { AND, OR, NOT }
enum  NodeType {
  Query, Create, CreateIndex, Delete,
  Drop, DropIndex, Insert, AttrName,
  AggrFunc, RelName, DataType, AttrType,
  Value, List, Predicate, PredTree,
  Literal
}

Public Member Functions

 PxxPredTree (PredConnector con=AND)
PxxPredTreeAddPredicate (PredConnector con, PxxPnode *_newPred)
NodeType MyType () const
void Write (ostream &os) const
PredConnector Con ()
PxxListPreds ()

Detailed Description

Definition at line 763 of file SqlParser.h.


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