CUBRID Engine
latest
|
Public Attributes | |
void * | file_id |
int | no |
DB_SESSION * | session |
STATEMENT_ID | stmt_id |
CUBRID_STMT_TYPE | stmt_type |
DB_GADGET * | gadget |
Definition at line 265 of file esql_cli.c.
void* repetitive::file_id |
Definition at line 267 of file esql_cli.c.
Referenced by alloc_repetitive().
DB_GADGET* repetitive::gadget |
Definition at line 272 of file esql_cli.c.
Referenced by alloc_repetitive(), free_repetitive(), and uci_static().
int repetitive::no |
Definition at line 268 of file esql_cli.c.
Referenced by alloc_repetitive().
DB_SESSION* repetitive::session |
Definition at line 269 of file esql_cli.c.
Referenced by alloc_repetitive(), free_repetitive(), and uci_static().
STATEMENT_ID repetitive::stmt_id |
Definition at line 270 of file esql_cli.c.
Referenced by alloc_repetitive(), and uci_static().
CUBRID_STMT_TYPE repetitive::stmt_type |
Definition at line 271 of file esql_cli.c.
Referenced by alloc_repetitive(), and uci_static().