#include <subsql.h>
Public Types | |
| enum | NodeType { nInteger, nBool, nReal, nString, nTuple, nAutoinc, nIdentifier } |
Public Member Functions | |
| ~dbList () | |
| dbList (int type) | |
Public Attributes | |
| dbList * | next |
| int | type |
| union { | |
| bool bval | |
| db_int8 ival | |
| real8 fval | |
| char * sval | |
| struct { | |
| int nComponents | |
| dbList * components | |
| } aggregate | |
| }; | |
| enum NodeType |
| ~dbList | ( | ) | [inline] |
| dbList | ( | int | type | ) | [inline] |
| int type |
| bool bval |
| char* sval |
| int nComponents |
| struct { ... } aggregate |
| union { ... } |