PostgreSQL Source Code  git master
stmtCacheEntry Struct Reference

Data Fields

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

Detailed Description

Definition at line 28 of file prepare.c.

Field Documentation

◆ connection

const char* stmtCacheEntry::connection

Definition at line 34 of file prepare.c.

Referenced by AddStmtToCache(), and ecpg_freeStmtCacheEntry().

◆ ecpgQuery

char* stmtCacheEntry::ecpgQuery

Definition at line 32 of file prepare.c.

Referenced by AddStmtToCache(), and ecpg_freeStmtCacheEntry().

◆ execs

long stmtCacheEntry::execs

Definition at line 33 of file prepare.c.

Referenced by AddStmtToCache(), and ecpg_auto_prepare().

◆ lineno

int stmtCacheEntry::lineno

Definition at line 30 of file prepare.c.

Referenced by AddStmtToCache().

◆ stmtID

char stmtCacheEntry::stmtID[STMTID_SIZE]

Definition at line 31 of file prepare.c.

Referenced by AddStmtToCache(), ecpg_auto_prepare(), and ecpg_freeStmtCacheEntry().


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