Home
last modified time | relevance | path

Searched refs:STMT_OPTION_VALUE_CHANGED (Results 1 – 7 of 7) sorted by relevance

/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/Postgre7.1/
H A Denviron.c187 case STMT_OPTION_VALUE_CHANGED: in SQLError()
260 case STMT_OPTION_VALUE_CHANGED: in SQLError()
H A Doptions.c239 SC_set_error(stmt, STMT_OPTION_VALUE_CHANGED, "Requested value changed."); in set_statement_option()
242 CC_set_error(conn, STMT_OPTION_VALUE_CHANGED, "Requested value changed."); in set_statement_option()
H A Dstatement.h65 #define STMT_OPTION_VALUE_CHANGED 16 macro
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Doptions.c282 SC_set_error(stmt, STMT_OPTION_VALUE_CHANGED, "Requested value changed.", func); in set_statement_option()
H A Dstatement.h54 ,STMT_OPTION_VALUE_CHANGED = (-5) enumerator
H A Dexecute.c643 SC_set_error(stmt, STMT_OPTION_VALUE_CHANGED, "cursor updatability changed", func); in Exec_with_parameters_resolved()
H A Dstatement.c1249 { STMT_OPTION_VALUE_CHANGED, "01S02", "01S02" },