Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dpsqlodbc.h691 ALLOW_DYNAMIC_CURSORS = (1L << 2), /* Dynamic cursors are updatable */ enumerator
H A Doptions.c105 if (0 != (ci->updatable_cursors & ALLOW_DYNAMIC_CURSORS)) in set_statement_option()
H A Dconvert.c2941 0 == (ci->updatable_cursors & ALLOW_DYNAMIC_CURSORS)) in copy_statement_with_parameters()