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

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

 PxxDataType (DataType type, int param1=0, int param2=0)
NodeType MyType () const
DataType Type ()
void Write (ostream &os) const

Protected Attributes

DataType _type
int _param1
int _param2

Detailed Description

Definition at line 213 of file SqlParser.h.


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