Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dresults.c89 SC_describe_ok(StatementClass *stmt, BOOL build_fi, int col_idx, const char *func) in SC_describe_ok() function
188 if (!SC_describe_ok(stmt, FALSE, -1, func)) in PGAPI_NumResultCols()
318 if (!SC_describe_ok(stmt, build_fi, icol, func)) in PGAPI_DescribeCol()
600 if (!SC_describe_ok(stmt, build_fi, col_idx, func)) in PGAPI_ColAttributes()