Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

stmtCacheEntry Struct Reference

Data Fields

int lineno
char stmtID [STMTID_SIZE]
char * ecpgQuery
long execs
const char * connection

Detailed Description

Definition at line 16 of file prepare.c.


Field Documentation

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().


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