Searched refs:SQL_CUR_USE_IF_NEEDED (Results 1 – 6 of 6) sorted by relevance
106 REGISTER_PDO_CLASS_CONST_LONG("ODBC_SQL_USE_IF_NEEDED", SQL_CUR_USE_IF_NEEDED); in PHP_MINIT_FUNCTION()
29 ZVAL_LONG(&const_SQL_USE_IF_NEEDED_value, SQL_CUR_USE_IF_NEEDED); in register_class_Pdo_Odbc()
516 …cursor_lib = pdo_attr_lval(driver_options, PDO_ODBC_ATTR_USE_CURSOR_LIBRARY, SQL_CUR_USE_IF_NEEDED… in pdo_odbc_handle_factory()518 if (rc != SQL_SUCCESS && cursor_lib != SQL_CUR_USE_IF_NEEDED) { in pdo_odbc_handle_factory()
61 const SQL_CUR_USE_IF_NEEDED = UNKNOWN; define
377 REGISTER_LONG_CONSTANT("SQL_CUR_USE_IF_NEEDED", SQL_CUR_USE_IF_NEEDED, CONST_PERSISTENT); in register_odbc_symbols()
2297 && pv_opt != SQL_CUR_USE_IF_NEEDED
Completed in 19 milliseconds