Home
last modified time | relevance | path

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

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dexecute.c239 ret = PARSE_TO_EXEC_ONCE; in inquireHowToPrepare()
242 ret = PARSE_TO_EXEC_ONCE; in inquireHowToPrepare()
245 if (SC_is_prepare_statement(stmt) && (PARSE_TO_EXEC_ONCE == ret)) in inquireHowToPrepare()
307 case PARSE_TO_EXEC_ONCE: in HowToPrepareBeforeExec()
388 PARSE_TO_EXEC_ONCE == how_to_prepare) in HowToPrepareBeforeExec()
H A Dstatement.h424 , PARSE_TO_EXEC_ONCE = (4L << 1) enumerator
H A Dbind.c354 case PARSE_TO_EXEC_ONCE: in PGAPI_DescribeParam()
H A Dstatement.c1159 case PARSE_TO_EXEC_ONCE: in SC_describe()