Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dtuple.h50 #define CURS_IN_ROWSET (1L << 10) macro
H A Dresults.c1871 res->keyset[currp].status &= ~CURS_IN_ROWSET; /* Off the flag first */ in PGAPI_ExtendedFetch()
1919 …res->keyset[currp].status |= CURS_IN_ROWSET; /* This is the unique place where the CURS_IN_ROWSET … in PGAPI_ExtendedFetch()
4794 if (0 == (res->keyset[kres_ridx].status & CURS_IN_ROWSET)) in spos_callback()