Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/tests/
H A Dbind_unsupported_3.phpt16 "SQLT_CLOB" => SQLT_CLOB,
33 Test - SQLT_CLOB
H A Dbug46994.phpt40 oci_bind_by_name($s, ":myclob", $myclob, -1, SQLT_CLOB);
47 oci_bind_by_name($s, ":myclob", $myclob, -1, SQLT_CLOB);
54 oci_bind_by_name($s, ":myclob", $myclob, -1, SQLT_CLOB);
H A Dlob_018.phpt65 echo "Test 3 - bind with SQLT_CLOB (an alias for OCI_B_CLOB)\n";
70 oci_bind_by_name($statement, ":mylob", $clob, -1, SQLT_CLOB);
101 Test 3 - bind with SQLT_CLOB (an alias for OCI_B_CLOB)
/PHP-8.2/ext/pdo_oci/
H A Doci_statement.c106 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.2/ext/oci8/
H A Doci8_statement.c227 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 Doci8_arginfo.h818 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 Doci8.stub.php88 const SQLT_CLOB = UNKNOWN; define
H A Doci8_interface.c1157 case SQLT_CLOB: in PHP_FUNCTION()

Completed in 45 milliseconds