Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/tests/
H A Dbind_misccoltypes_errs.phpt98 echo "\nTest 7 - insert a VARCHAR2 with SQLT_LBI\n";
102 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_LBI);
159 Test 7 - insert a VARCHAR2 with SQLT_LBI
H A Dbind_long_raw.phpt23 oci_bind_by_name( $stmt, ":fileimage", $fileimage, -1, SQLT_LBI);
/PHP-8.2/ext/pdo_oci/
H A Doci_statement.c550 case SQLT_LBI: in oci_stmt_describe()
552 if (dtype == SQLT_LBI) { in oci_stmt_describe()
886 case SQLT_LBI: in oci_stmt_col_meta()
/PHP-8.2/ext/oci8/
H A Doci8_statement.c727 case SQLT_LBI: in php_oci_statement_execute()
728 if (outcol->data_type == SQLT_LBI) { in php_oci_statement_execute()
967 case SQLT_LBI: in php_oci_bind_pre_exec()
1193 case SQLT_LBI: in php_oci_bind_by_name()
H A Doci8.stub.php163 const SQLT_LBI = UNKNOWN; define
H A Doci8_arginfo.h833 REGISTER_LONG_CONSTANT("SQLT_LBI", SQLT_LBI, CONST_PERSISTENT); in register_oci8_symbols()
H A Doci8_interface.c1142 case SQLT_LBI: in PHP_FUNCTION()

Completed in 26 milliseconds