|
PostgreSQL Source Code git master
|
#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 |
| struct arguments* cursor::argsinsert |
Definition at line 144 of file type.h.
Referenced by main(), and remove_variables().
| struct arguments* cursor::argsresult |
Definition at line 146 of file type.h.
Referenced by main(), and remove_variables().
| struct cursor* cursor::next |
Definition at line 148 of file type.h.
Referenced by main(), MemoryContextUnregisterResetCallback(), pqFreeCommandQueue(), remove_variables(), and slist_delete().