dbList Class Reference

#include <subsql.h>

List of all members.

Public Types

enum  NodeType {
  nInteger,
  nBool,
  nReal,
  nString,
  nTuple,
  nAutoinc,
  nIdentifier
}

Public Member Functions

 ~dbList ()
 dbList (int type)

Public Attributes

dbListnext
int type
union {
   bool   bval
   db_int8   ival
   real8   fval
   char *   sval
   struct {
      int   nComponents
      dbList *   components
   }   aggregate
}; 


Member Enumeration Documentation

enum NodeType

Enumerator:
nInteger 
nBool 
nReal 
nString 
nTuple 
nAutoinc 
nIdentifier 


Constructor & Destructor Documentation

~dbList (  )  [inline]

dbList ( int  type  )  [inline]


Member Data Documentation

int type

bool bval

char* sval

struct { ... } aggregate

union { ... }


Online Library Docs

sipXecs home page

Version 4.2.1-018930 2010-07-31T01:13:23 build16 abuild