Home
last modified time | relevance | path

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

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Dstatement.c232 rv->last_fetch_count = 0; in SC_Constructor()
461 self->last_fetch_count = 0; in SC_recycle_statement()
637 self->last_fetch_count = 0; in SC_fetch()
679 self->last_fetch_count = 1; in SC_fetch()
H A Dresults.c812 QR_inc_base(res, stmt->last_fetch_count); in PG_SQLFetch()
1029 QR_inc_base(res, stmt->last_fetch_count); in SQLExtendedFetch()
1059 stmt->last_fetch_count= i; in SQLExtendedFetch()
1136 if (irow > stmt->last_fetch_count) { in SQLSetPos()
H A Dstatement.h159 int last_fetch_count; /* number of rows retrieved in last fetch/extended fetch */ member
H A Doptions.c181 if (stmt && stmt->save_rowset_size <= 0 && stmt->last_fetch_count > 0 ) in set_statement_option()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
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()
1735 …tus[" FORMAT_LEN "]=%hx fetch_count=" FORMAT_LEN "\n", kres_ridx, pstatus, self->last_fetch_count); in SC_fetch()
1759 self->last_fetch_count++; in SC_fetch()
H A Dstatement.h241 SQLLEN last_fetch_count; /* number of rows retrieved in member
H A Dresults.c1530 if (stmt->last_fetch_count <= progress_size) in PGAPI_ExtendedFetch()
1533 progress_size -= stmt->last_fetch_count; in PGAPI_ExtendedFetch()
1880 if (currp_is_valid && SQL_SUCCESS_WITH_INFO == result && 0 == stmt->last_fetch_count) in PGAPI_ExtendedFetch()
1930 stmt->last_fetch_count = i; in PGAPI_ExtendedFetch()
4681 SQLLEN last_fetch = stmt->last_fetch_count; in SC_pos_refresh()
4709 stmt->last_fetch_count = last_fetch; in SC_pos_refresh()
4927 if (SQL_ADD != s.fOption && s.irow > s.stmt->last_fetch_count) in PGAPI_SetPos()