Data Fields | |
| int | lineno |
| char | stmtID [STMTID_SIZE] |
| char * | ecpgQuery |
| long | execs |
| const char * | connection |
Definition at line 16 of file prepare.c.
| const char* stmtCacheEntry::connection |
Definition at line 22 of file prepare.c.
Referenced by AddStmtToCache(), and ecpg_freeStmtCacheEntry().
Definition at line 20 of file prepare.c.
Referenced by AddStmtToCache(), and ecpg_freeStmtCacheEntry().
Definition at line 21 of file prepare.c.
Referenced by AddStmtToCache(), and ecpg_auto_prepare().
Definition at line 18 of file prepare.c.
Referenced by AddStmtToCache().
| char stmtCacheEntry::stmtID[STMTID_SIZE] |
Definition at line 19 of file prepare.c.
Referenced by AddStmtToCache(), ecpg_auto_prepare(), and ecpg_freeStmtCacheEntry().
1.7.1