#include <type.h>
Data Fields | |
| char * | name |
| char * | function |
| char * | command |
| char * | connection |
| bool | opened |
| struct arguments * | argsinsert |
| struct arguments * | argsinsert_oos |
| struct arguments * | argsresult |
| struct arguments * | argsresult_oos |
| struct cursor * | next |
Definition at line 125 of file type.h.
| struct arguments* cursor::argsinsert |
Definition at line 132 of file type.h.
Referenced by main(), and remove_variables().
| struct arguments* cursor::argsinsert_oos |
| struct arguments* cursor::argsresult |
Definition at line 134 of file type.h.
Referenced by main(), and remove_variables().
| struct arguments* cursor::argsresult_oos |
| char* cursor::command |
| char* cursor::connection |
| char* cursor::function |
| char* cursor::name |
| struct cursor* cursor::next |
Definition at line 136 of file type.h.
Referenced by main(), and remove_variables().
1.7.1