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 143 of file type.h.
Referenced by main(), and remove_variables().
struct arguments* cursor::argsresult |
Definition at line 145 of file type.h.
Referenced by main(), and remove_variables().
struct cursor* cursor::next |
Definition at line 147 of file type.h.
Referenced by main(), pqFreeCommandQueue(), remove_variables(), and slist_delete().