Home
last modified time | relevance | path

Searched refs:SQLT_BIN (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dbind_misccoltypes_errs.phpt89 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 Dbind_raw.phpt24 oci_bind_by_name( $stmt, ":fileimage", $fileimage, -1, SQLT_BIN);
H A Ddefine2.phpt29 oci_bind_by_name( $stmt, ":fileimage", $fileimage, -1, SQLT_BIN);
H A Ddefine3.phpt63 var_dump(oci_define_by_name($stmt, 'FILEIMAGE', $outdata, SQLT_BIN));
/PHP-8.2/ext/pdo_oci/
H A Doci_statement.c553 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 Doci8_statement.c729 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 Doci8_arginfo.h834 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 Doci8.stub.php168 const SQLT_BIN = UNKNOWN; define
H A Doci8_interface.c1139 case SQLT_BIN: in PHP_FUNCTION()

Completed in 36 milliseconds