Home
last modified time | relevance | path

Searched refs:CurrCatString (Results 1 – 5 of 5) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Doptions.c514 p = CurrCatString(conn); in PGAPI_GetConnectOption()
H A Dconnection.h449 const char *CurrCatString(const ConnectionClass *self);
H A Dconnection.c2988 const char *CurrCatString(const ConnectionClass *conn) in CurrCatString() function
H A Dresults.c737 p = ti ? CurrCatString(conn) : NULL_STRING; /* empty string means *not supported* */ in PGAPI_ColAttributes()
H A Dinfo.c251 p = CurrCatString(conn); in PGAPI_GetInfo()