Searched refs:SQLT_NUM (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/oci8/tests/ |
H A D | bind_sqltnum.phpt | 2 Bind with SQLT_NUM 64 echo "Test 2 - SQLT_NUM to a VARCHAR2 column\n"; 79 echo "\nTEST41 wrong bind type SQLT_NUM\n"; 83 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_NUM); 86 echo "\nTEST42 insert numbers SQLT_NUM\n"; 90 oci_bind_by_name($s, ":n1", $n1, -1, SQLT_NUM); 95 echo "\nTEST43 insert numbers SQLT_NUM\n"; 190 Test 2 - SQLT_NUM to a VARCHAR2 column 195 TEST41 wrong bind type SQLT_NUM 199 TEST42 insert numbers SQLT_NUM [all …]
|
H A D | array_bind_int.phpt | 59 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_NUM);
|
H A D | bind_number.phpt | 92 oci_bind_by_name($s, ":f1", $f1, -1, SQLT_NUM);
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_statement.c | 744 if ((outcol->data_type == SQLT_DAT) || (outcol->data_type == SQLT_NUM) in php_oci_statement_execute() 963 case SQLT_NUM: in php_oci_bind_pre_exec() 1028 case SQLT_NUM: in php_oci_bind_post_exec() 1182 case SQLT_NUM: in php_oci_bind_by_name() 1628 case SQLT_NUM: in php_oci_bind_array_by_name()
|
H A D | oci8_arginfo.h | 822 REGISTER_LONG_CONSTANT("SQLT_NUM", SQLT_NUM, CONST_PERSISTENT); in register_oci8_symbols() 852 REGISTER_LONG_CONSTANT("OCI_B_NUM", SQLT_NUM, CONST_PERSISTENT); in register_oci8_symbols()
|
H A D | oci8.stub.php | 108 const SQLT_NUM = UNKNOWN; define
|
H A D | oci8_interface.c | 1133 case SQLT_NUM: in PHP_FUNCTION()
|
/PHP-8.3/ext/pdo_oci/ |
H A D | oci_statement.c | 570 if (dtype == SQLT_DAT || dtype == SQLT_NUM || dtype == SQLT_RDD in oci_stmt_describe() 868 case SQLT_NUM: in oci_stmt_col_meta()
|
Completed in 33 milliseconds