|
PostgreSQL Source Code git master
|
Data Fields | |
| PGconn * | conn |
| int | openCursorCount |
| bool | newXactForCursor |
| PGconn* remoteConn::conn |
Definition at line 75 of file dblink.c.
Referenced by createNewConnection(), dblink_close(), dblink_connect(), dblink_disconnect(), dblink_exec(), dblink_fetch(), dblink_get_conn(), dblink_get_connections(), dblink_get_named_conn(), dblink_get_notify(), dblink_init(), dblink_open(), dblink_record_internal(), and getConnectionByName().
| bool remoteConn::newXactForCursor |
Definition at line 77 of file dblink.c.
Referenced by dblink_close(), dblink_init(), and dblink_open().
| int remoteConn::openCursorCount |
Definition at line 76 of file dblink.c.
Referenced by dblink_close(), dblink_init(), and dblink_open().