theBrain 10.0
Loading...
Searching...
No Matches
BrainCtxS Struct Reference

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
 

Detailed Description

the local context of the server tool

Definition at line 59 of file abrain.c.

Field Documentation

◆ buf

MK_BUF BrainCtxS::buf

context local storage

Definition at line 69 of file abrain.c.

◆ db

sqlite3* BrainCtxS::db

database handle

Definition at line 62 of file abrain.c.

◆ inEnd

MK_STR BrainCtxS::inEnd[DB_PREPARE_MAX]

array prepared statement input types end pointer

Definition at line 65 of file abrain.c.

◆ inType

MK_STR BrainCtxS::inType[DB_PREPARE_MAX]

array prepared statement input types string

Definition at line 64 of file abrain.c.

◆ mqctx

MQ_CTXR BrainCtxS::mqctx

the LibMqMsgque context object

Definition at line 60 of file abrain.c.

◆ outEnd

MK_STR BrainCtxS::outEnd[DB_PREPARE_MAX]

array prepared statement output types end pointer

Definition at line 67 of file abrain.c.

◆ outType

MK_STR BrainCtxS::outType[DB_PREPARE_MAX]

array prepared statement output types string

Definition at line 66 of file abrain.c.

◆ prepare_start

MK_I32 BrainCtxS::prepare_start

point to the next empty prepare empty

Definition at line 68 of file abrain.c.

◆ prepStmt

sqlite3_stmt* BrainCtxS::prepStmt[DB_PREPARE_MAX]

array prepared statement pointer

Definition at line 63 of file abrain.c.

◆ storage

MK_STRN BrainCtxS::storage

storage file

Definition at line 61 of file abrain.c.


The documentation for this struct was generated from the following file: