Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dstatement.h218 RETCODE SC_fetch(StatementClass *self);
H A Dresults.c814 return SC_fetch(stmt); in PG_SQLFetch()
1039 result = SC_fetch(stmt); in SQLExtendedFetch()
H A Dstatement.c626 SC_fetch(StatementClass *self) in SC_fetch() function
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dstatement.h527 RETCODE SC_fetch(StatementClass *self);
H A Dresults.c1212 retval = SC_fetch(stmt); in PGAPI_Fetch()
1847 result = SC_fetch(stmt); in PGAPI_ExtendedFetch()
1885 result = SC_fetch(stmt); in PGAPI_ExtendedFetch()
1924 result = SC_fetch(stmt); in PGAPI_ExtendedFetch()
4707 ret = SC_fetch(stmt); in SC_pos_refresh()
H A Dstatement.c1660 SC_fetch(StatementClass *self) in SC_fetch() function
2254 ret = SC_fetch(hstmt); in SC_execute()