Home
last modified time | relevance | path

Searched refs:SQL_CUR_USE_IF_NEEDED (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/pdo_odbc/
H A Dpdo_odbc.c104 REGISTER_PDO_CLASS_CONST_LONG("ODBC_SQL_USE_IF_NEEDED", SQL_CUR_USE_IF_NEEDED); in PHP_MINIT_FUNCTION()
H A Dodbc_driver.c515 …cursor_lib = pdo_attr_lval(driver_options, PDO_ODBC_ATTR_USE_CURSOR_LIBRARY, SQL_CUR_USE_IF_NEEDED in pdo_odbc_handle_factory()
517 if (rc != SQL_SUCCESS && cursor_lib != SQL_CUR_USE_IF_NEEDED) { in pdo_odbc_handle_factory()
/PHP-8.3/ext/odbc/
H A Dodbc.stub.php42 const SQL_CUR_USE_IF_NEEDED = UNKNOWN; define
H A Dodbc_arginfo.h403 REGISTER_LONG_CONSTANT("SQL_CUR_USE_IF_NEEDED", SQL_CUR_USE_IF_NEEDED, CONST_PERSISTENT); in register_odbc_symbols()
H A Dphp_odbc.c2193 if (! (cur_opt == SQL_CUR_USE_IF_NEEDED || in odbc_do_connect()

Completed in 18 milliseconds