Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dstatement.h299 SQLLEN last_fetch_count_include_ommitted; member
H A Dstatement.c414 rv->last_fetch_count = rv->last_fetch_count_include_ommitted = 0; in SC_Constructor()
922 self->last_fetch_count = self->last_fetch_count_include_ommitted = 0; in SC_recycle_statement()
1682 self->last_fetch_count = self->last_fetch_count_include_ommitted = 0; in SC_fetch()
1761 self->last_fetch_count_include_ommitted++; in SC_fetch()
H A Dresults.c1210 SC_inc_rowset_start(stmt, stmt->last_fetch_count_include_ommitted); in PGAPI_Fetch()
1532 SC_inc_rowset_start(stmt, stmt->last_fetch_count_include_ommitted); in PGAPI_ExtendedFetch()
1936 stmt->last_fetch_count_include_ommitted = fc_io; in PGAPI_ExtendedFetch()
4682 SQLLEN last_fetch2 = stmt->last_fetch_count_include_ommitted; in SC_pos_refresh()
4710 stmt->last_fetch_count_include_ommitted = last_fetch2; in SC_pos_refresh()