Home
last modified time | relevance | path

Searched refs:SC_may_use_cursor (Results 1 – 4 of 4) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dstatement.h473 #define SC_may_use_cursor(a) \ macro
H A Dexecute.c232 if (SC_may_use_cursor(stmt)) in inquireHowToPrepare()
H A Dstatement.c2007 isSelectType = (SC_may_use_cursor(self) || self->statement_type == STMT_TYPE_PROCCALL); in SC_execute()
H A Dconvert.c3043 if (SC_may_use_cursor(stmt) && stmt->external) in copy_statement_with_parameters()