BadgerDB
Public Types | Public Member Functions | Protected Attributes
PxxAttrType Class Reference
Inheritance diagram for PxxAttrType:
PxxDataType PxxPnode

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

 PxxAttrType (DataType type, int param1=0, int param2=0)
NodeType MyType () const
void Write (ostream &os) const
void SetAttrName (char *aname)
char * AttrName ()
DataType Type ()
int Param1 ()
int Param2 ()

Protected Attributes

DataType _type
int _param1
int _param2

Detailed Description

Definition at line 251 of file SqlParser.h.


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