Searched refs:SQLT_CLOB (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/oci8/tests/ |
H A D | bind_unsupported_3.phpt | 17 "SQLT_CLOB" => SQLT_CLOB, 34 Test - SQLT_CLOB
|
H A D | bug46994.phpt | 41 oci_bind_by_name($s, ":myclob", $myclob, -1, SQLT_CLOB); 48 oci_bind_by_name($s, ":myclob", $myclob, -1, SQLT_CLOB); 55 oci_bind_by_name($s, ":myclob", $myclob, -1, SQLT_CLOB);
|
H A D | lob_018.phpt | 66 echo "Test 3 - bind with SQLT_CLOB (an alias for OCI_B_CLOB)\n"; 71 oci_bind_by_name($statement, ":mylob", $clob, -1, SQLT_CLOB); 102 Test 3 - bind with SQLT_CLOB (an alias for OCI_B_CLOB)
|
/PHP-8.3/ext/pdo_oci/ |
H A D | oci_statement.c | 106 case SQLT_CLOB: in oci_stmt_dtor() 173 case SQLT_CLOB: in oci_stmt_execute() 501 case SQLT_CLOB: in oci_define_callback() 562 case SQLT_CLOB: in oci_stmt_describe() 768 if (C->dtype == SQLT_BLOB || C->dtype == SQLT_CLOB) { in oci_stmt_get_col() 824 if (dtype == SQLT_CHR || dtype == SQLT_VCS || dtype == SQLT_AFC || dtype == SQLT_CLOB) { in oci_stmt_col_meta() 914 case SQLT_CLOB: in oci_stmt_col_meta() 955 case SQLT_CLOB: in oci_stmt_col_meta() 977 case SQLT_CLOB: in oci_stmt_col_meta()
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_statement.c | 227 case SQLT_CLOB: in php_oci_cleanup_pre_fetch() 454 case SQLT_CLOB: in php_oci_define_callback() 714 case SQLT_CLOB: /* character LOB */ in php_oci_statement_execute() 823 …if ((outcol->data_type == SQLT_CLOB || outcol->data_type == SQLT_BLOB) && statement->prefetch_lob_… in php_oci_statement_execute() 846 case SQLT_CLOB: in php_oci_statement_execute() 951 case SQLT_CLOB: in php_oci_bind_pre_exec() 1158 case SQLT_CLOB: in php_oci_bind_by_name()
|
H A D | oci8_arginfo.h | 818 REGISTER_LONG_CONSTANT("SQLT_CLOB", SQLT_CLOB, CONST_PERSISTENT); in register_oci8_symbols() 846 REGISTER_LONG_CONSTANT("OCI_B_CLOB", SQLT_CLOB, CONST_PERSISTENT); in register_oci8_symbols()
|
H A D | oci8.stub.php | 88 const SQLT_CLOB = UNKNOWN; define
|
H A D | oci8_interface.c | 1157 case SQLT_CLOB: in PHP_FUNCTION()
|
Completed in 34 milliseconds