|
Classes |
| struct | _db |
| struct | _fields |
| struct | _Toke |
| union | Data |
| struct | _error |
| struct | _ficlstate |
Defines |
| #define | FLOATTYPE double |
Typedefs |
| typedef enum _coltype | coltype_t |
| typedef enum DataType | datatype_t |
| typedef _error | error_t |
| typedef _fields | fields_t |
| typedef _Toke | Toke |
| typedef _config | config_t |
| typedef _confnode | confnode_t |
| typedef _answer | answer_t |
| typedef _fdbfs | fdbfs_t |
| typedef _file_id | file_id_t |
| typedef _crawl | crawl_t |
| typedef _crawlframe | crawlframe_t |
| typedef _dspdata | dspdata_t |
| typedef _freg | freg_t |
| typedef _fregmatch | fregmatch_t |
| typedef _ficlstate | ficlstate_t |
| typedef _ficlplug | ficlplug_t |
| typedef _db | db_t |
| typedef _actcat | actcat_t |
| typedef _ansdata | ansdata_t |
| typedef Data | data_t |
Enumerations |
| enum | _coltype { text,
real,
integer,
blob
} |
| enum | DataType {
number = 1,
boolean,
string,
fp,
image,
binary,
oenum,
oenumsub,
usnumber,
datime,
character,
bigint,
usbigint
} |
| enum | ErrorAction {
die,
error,
warning,
cont,
harmless
} |