Home
last modified time | relevance | path

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

/php-src/ext/pdo_odbc/
H A Dpdo_odbc.c106 REGISTER_PDO_CLASS_CONST_LONG("ODBC_SQL_USE_IF_NEEDED", SQL_CUR_USE_IF_NEEDED); in PHP_MINIT_FUNCTION()
H A Dpdo_odbc_arginfo.h29 ZVAL_LONG(&const_SQL_USE_IF_NEEDED_value, SQL_CUR_USE_IF_NEEDED); in register_class_Pdo_Odbc()
H A Dodbc_driver.c516 …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()
/php-src/ext/odbc/
H A Dodbc.stub.php61 const SQL_CUR_USE_IF_NEEDED = UNKNOWN; define
H A Dodbc_arginfo.h377 REGISTER_LONG_CONSTANT("SQL_CUR_USE_IF_NEEDED", SQL_CUR_USE_IF_NEEDED, CONST_PERSISTENT); in register_odbc_symbols()
H A Dphp_odbc.c2298 && pv_opt != SQL_CUR_USE_IF_NEEDED

Completed in 22 milliseconds