Searched refs:SQLT_BIN (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/oci8/tests/ |
H A D | bind_misccoltypes_errs.phpt | 89 echo "\nTest 6 - insert a VARCHAR2 with SQLT_BIN\n"; 93 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_BIN); 150 Test 6 - insert a VARCHAR2 with SQLT_BIN
|
H A D | bind_raw.phpt | 24 oci_bind_by_name( $stmt, ":fileimage", $fileimage, -1, SQLT_BIN);
|
H A D | define2.phpt | 29 oci_bind_by_name( $stmt, ":fileimage", $fileimage, -1, SQLT_BIN);
|
H A D | define3.phpt | 63 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $outdata, SQLT_BIN));
|
/PHP-8.2/ext/pdo_oci/ |
H A D | oci_statement.c | 553 dtype = SQLT_BIN; in oci_stmt_describe() 568 case SQLT_BIN: in oci_stmt_describe() 584 } else if (dtype == SQLT_BIN) { in oci_stmt_describe() 882 case SQLT_BIN: in oci_stmt_col_meta()
|
/PHP-8.2/ext/oci8/ |
H A D | oci8_statement.c | 729 define_type = SQLT_BIN; in php_oci_statement_execute() 738 case SQLT_BIN: in php_oci_statement_execute() 741 if (outcol->data_type == SQLT_BIN) { in php_oci_statement_execute() 742 define_type = SQLT_BIN; in php_oci_statement_execute() 968 case SQLT_BIN: in php_oci_bind_pre_exec() 1194 case SQLT_BIN: in php_oci_bind_by_name()
|
H A D | oci8_arginfo.h | 834 REGISTER_LONG_CONSTANT("SQLT_BIN", SQLT_BIN, CONST_PERSISTENT); in register_oci8_symbols() 850 REGISTER_LONG_CONSTANT("OCI_B_BIN", SQLT_BIN, CONST_PERSISTENT); in register_oci8_symbols()
|
H A D | oci8.stub.php | 168 const SQLT_BIN = UNKNOWN; define
|
H A D | oci8_interface.c | 1139 case SQLT_BIN: in PHP_FUNCTION()
|
Completed in 23 milliseconds