|
PostgreSQL Source Code git master
|
Data Fields | |
| int | lineno |
| char | stmtID [STMTID_SIZE] |
| char * | ecpgQuery |
| long | execs |
| const char * | connection |
| const char* stmtCacheEntry::connection |
Definition at line 34 of file prepare.c.
Referenced by AddStmtToCache(), and ecpg_freeStmtCacheEntry().
| char* stmtCacheEntry::ecpgQuery |
Definition at line 32 of file prepare.c.
Referenced by AddStmtToCache(), and ecpg_freeStmtCacheEntry().
| long stmtCacheEntry::execs |
Definition at line 33 of file prepare.c.
Referenced by AddStmtToCache(), and ecpg_auto_prepare().
| int stmtCacheEntry::lineno |
Definition at line 30 of file prepare.c.
Referenced by AddStmtToCache().
| char stmtCacheEntry::stmtID[STMTID_SIZE] |
Definition at line 31 of file prepare.c.
Referenced by AddStmtToCache(), ecpg_auto_prepare(), and ecpg_freeStmtCacheEntry().