|
theBrain 10.0
|
NHI1 -
theKernel -
theLink -
theConfig -
theSq3Lite -
theCompiler -
theBrain -
theGuard -
theLib -
theATL
|
the local context of the server tool More...
Collaboration diagram for BrainCtxS:Data Fields | |
| MQ_CTXR | mqctx |
| the LibMqMsgque context object | |
| MK_STRN | storage |
| storage file | |
| sqlite3 * | db |
| database handle | |
| sqlite3_stmt * | prepStmt [DB_PREPARE_MAX] |
| array prepared statement pointer | |
| MK_STR | inType [DB_PREPARE_MAX] |
| array prepared statement input types string | |
| MK_STR | inEnd [DB_PREPARE_MAX] |
| array prepared statement input types end pointer | |
| MK_STR | outType [DB_PREPARE_MAX] |
| array prepared statement output types string | |
| MK_STR | outEnd [DB_PREPARE_MAX] |
| array prepared statement output types end pointer | |
| MK_I32 | prepare_start |
| point to the next empty prepare empty | |
| MK_BUF | buf |
| context local storage | |
| MK_STR BrainCtxS::inEnd[DB_PREPARE_MAX] |
| MK_STR BrainCtxS::inType[DB_PREPARE_MAX] |
| MK_STR BrainCtxS::outEnd[DB_PREPARE_MAX] |
| MK_STR BrainCtxS::outType[DB_PREPARE_MAX] |
| MK_I32 BrainCtxS::prepare_start |
| sqlite3_stmt* BrainCtxS::prepStmt[DB_PREPARE_MAX] |