Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dstatement.h442 #define SC_set_fetchcursor(a) ((a)->miscinfo |= (1L << 1)) macro
H A Dstatement.c2322 SC_set_fetchcursor(self); in SC_execute()
H A Dconvert.c3051 SC_set_fetchcursor(stmt); in copy_statement_with_parameters()