Home
last modified time | relevance | path

Searched refs:SQLT_NUM (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dbind_sqltnum.phpt2 Bind with SQLT_NUM
63 echo "Test 2 - SQLT_NUM to a VARCHAR2 column\n";
78 echo "\nTEST41 wrong bind type SQLT_NUM\n";
82 oci_bind_by_name($s, ":c2", $c2, -1, SQLT_NUM);
85 echo "\nTEST42 insert numbers SQLT_NUM\n";
89 oci_bind_by_name($s, ":n1", $n1, -1, SQLT_NUM);
94 echo "\nTEST43 insert numbers SQLT_NUM\n";
189 Test 2 - SQLT_NUM to a VARCHAR2 column
194 TEST41 wrong bind type SQLT_NUM
198 TEST42 insert numbers SQLT_NUM
[all …]
H A Darray_bind_int.phpt58 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_NUM);
H A Dbind_number.phpt88 oci_bind_by_name($s, ":f1", $f1, -1, SQLT_NUM);
/PHP-8.2/ext/oci8/
H A Doci8_statement.c744 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 Doci8_arginfo.h822 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 Doci8.stub.php108 const SQLT_NUM = UNKNOWN; define
H A Doci8_interface.c1133 case SQLT_NUM: in PHP_FUNCTION()
/PHP-8.2/ext/pdo_oci/
H A Doci_statement.c570 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 75 milliseconds