Searched refs:SQLT_LBI (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/oci8/tests/ |
H A D | bind_misccoltypes_errs.phpt | 102 echo "\nTest 7 - insert a VARCHAR2 with SQLT_LBI\n"; 106 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_LBI); 163 Test 7 - insert a VARCHAR2 with SQLT_LBI
|
H A D | bind_long_raw.phpt | 24 oci_bind_by_name( $stmt, ":fileimage", $fileimage, -1, SQLT_LBI);
|
/PHP-8.3/ext/pdo_oci/ |
H A D | oci_statement.c | 550 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.3/ext/oci8/ |
H A D | oci8_statement.c | 727 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 D | oci8.stub.php | 163 const SQLT_LBI = UNKNOWN; define
|
H A D | oci8_arginfo.h | 833 REGISTER_LONG_CONSTANT("SQLT_LBI", SQLT_LBI, CONST_PERSISTENT); in register_oci8_symbols()
|
H A D | oci8_interface.c | 1142 case SQLT_LBI: in PHP_FUNCTION()
|
Completed in 21 milliseconds