PostgreSQL Source Code  git master
cursor Struct Reference

#include <type.h>

Data Fields

char * name
 
char * function
 
char * command
 
char * connection
 
bool opened
 
struct argumentsargsinsert
 
struct argumentsargsinsert_oos
 
struct argumentsargsresult
 
struct argumentsargsresult_oos
 
struct cursornext
 

Detailed Description

Definition at line 136 of file type.h.

Field Documentation

◆ argsinsert

struct arguments* cursor::argsinsert

Definition at line 143 of file type.h.

Referenced by main(), and remove_variables().

◆ argsinsert_oos

struct arguments* cursor::argsinsert_oos

Definition at line 144 of file type.h.

◆ argsresult

struct arguments* cursor::argsresult

Definition at line 145 of file type.h.

Referenced by main(), and remove_variables().

◆ argsresult_oos

struct arguments* cursor::argsresult_oos

Definition at line 146 of file type.h.

◆ command

char* cursor::command

Definition at line 140 of file type.h.

Referenced by main().

◆ connection

char* cursor::connection

Definition at line 141 of file type.h.

Referenced by main().

◆ function

char* cursor::function

Definition at line 139 of file type.h.

◆ name

char* cursor::name

Definition at line 138 of file type.h.

Referenced by hashing(), and main().

◆ next

struct cursor* cursor::next

Definition at line 147 of file type.h.

Referenced by main(), pqFreeCommandQueue(), remove_variables(), and slist_delete().

◆ opened

bool cursor::opened

Definition at line 142 of file type.h.

Referenced by main().


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