Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Doptions.c98 if (0 != (ci->updatable_cursors & ALLOW_KEYSET_DRIVEN_CURSORS)) in set_statement_option()
107 else if (0 != (ci->updatable_cursors & ALLOW_KEYSET_DRIVEN_CURSORS)) in set_statement_option()
H A Dpsqlodbc.h690 ALLOW_KEYSET_DRIVEN_CURSORS = (1L << 1), /* Keyset-driven cursors are updatable */ enumerator
H A Dinfo.c635 if (0 != (ci->updatable_cursors & ALLOW_KEYSET_DRIVEN_CURSORS)) in PGAPI_GetInfo()
761 if (0 != (ci->updatable_cursors & ALLOW_KEYSET_DRIVEN_CURSORS)) in PGAPI_GetInfo()
779 if (0 != (ci->updatable_cursors & ALLOW_KEYSET_DRIVEN_CURSORS)) in PGAPI_GetInfo()
H A Ddlg_specific.c1760 …ci->updatable_cursors |= (ALLOW_STATIC_CURSORS | ALLOW_KEYSET_DRIVEN_CURSORS | ALLOW_BULK_OPERATIO… in ci_updatable_cursors_set()
H A Dconvert.c2944 0 == (ci->updatable_cursors & ALLOW_KEYSET_DRIVEN_CURSORS)) in copy_statement_with_parameters()