BadgerDB
Public Types | Public Member Functions | Protected Attributes
PxxLiteral Class Reference
Inheritance diagram for PxxLiteral:
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

 PxxLiteral (void *lval, DataType type, int param1=0, int param2=0)
NodeType MyType () const
void Write (ostream &os) const
int * Int ()
double * Double ()
char * Char ()
DataType LiteralType () const
DataType Type ()

Protected Attributes

int _param1
int _param2

Detailed Description

Definition at line 363 of file SqlParser.h.


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