#include "fastdb.h"
#include "compiler.h"
#include "symtab.h"
#include "hashtab.h"
#include "ttree.h"
#include "rtree.h"
#include <ctype.h>
#include <math.h>
#include <sys/stat.h>
#include "os/OsSysLog.h"
| #define INSIDE_FASTDB |
| #define GET_CHAR | ( | c | ) | (c) |
| #define NEW_INDEX 0x80000000u |
| void convertIntToString | ( | dbInheritedAttribute & | iattr, | |
| dbSynthesizedAttribute & | sattr | |||
| ) | [inline] |
| void convertRealToString | ( | dbInheritedAttribute & | iattr, | |
| dbSynthesizedAttribute & | sattr | |||
| ) | [inline] |
| void concatenateStrings | ( | dbInheritedAttribute & | iattr, | |
| dbSynthesizedAttribute & | sattr, | |||
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| int compareStringsForEquality | ( | dbSynthesizedAttribute & | sattr1, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| int compareStrings | ( | dbSynthesizedAttribute & | sattr1, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| bool matchStrings | ( | dbSynthesizedAttribute & | sattr1, | |
| dbSynthesizedAttribute & | sattr2, | |||
| char | escapeChar | |||
| ) | [inline] |
| bool matchStrings | ( | dbSynthesizedAttribute & | sattr1, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| void lowercaseString | ( | dbInheritedAttribute & | iattr, | |
| dbSynthesizedAttribute & | sattr | |||
| ) | [inline] |
| void uppercaseString | ( | dbInheritedAttribute & | iattr, | |
| dbSynthesizedAttribute & | sattr | |||
| ) | [inline] |
| void copyString | ( | dbInheritedAttribute & | iattr, | |
| dbSynthesizedAttribute & | sattr, | |||
| char * | str | |||
| ) | [inline] |
| void searchArrayOfBool | ( | dbSynthesizedAttribute & | sattr, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| void searchArrayOfInt1 | ( | dbSynthesizedAttribute & | sattr, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| void searchArrayOfInt2 | ( | dbSynthesizedAttribute & | sattr, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| void searchArrayOfInt4 | ( | dbSynthesizedAttribute & | sattr, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| void searchArrayOfInt8 | ( | dbSynthesizedAttribute & | sattr, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| void searchArrayOfReal4 | ( | dbSynthesizedAttribute & | sattr, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| void searchArrayOfReal8 | ( | dbSynthesizedAttribute & | sattr, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| void searchArrayOfReference | ( | dbSynthesizedAttribute & | sattr, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| void searchArrayOfRectangle | ( | dbInheritedAttribute & | iattr, | |
| dbSynthesizedAttribute & | sattr, | |||
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| void searchArrayOfString | ( | dbSynthesizedAttribute & | sattr, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| void searchInString | ( | dbSynthesizedAttribute & | sattr, | |
| dbSynthesizedAttribute & | sattr2 | |||
| ) | [inline] |
| int ilog2 | ( | offs_t | val | ) | [inline] |
| BEGIN_FASTDB_NAMESPACE dbNullReference null |
Single instance of dbNullReference class used to pass or asign null reference.
| char const* const dbMetaTableName = "Metatable" |