Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/pdo_oci/
H A Doci_statement.c546 S->cols[colno].dtype = dtype; in oci_stmt_describe()
549 switch (dtype) { in oci_stmt_describe()
570 if (dtype == SQLT_DAT || dtype == SQLT_NUM || dtype == SQLT_RDD in oci_stmt_describe()
581 } else if (dtype == SQLT_IBFLOAT || dtype == SQLT_IBDOUBLE) { in oci_stmt_describe()
768 if (C->dtype == SQLT_BLOB || C->dtype == SQLT_CLOB) { in oci_stmt_get_col()
793 ub2 dtype, precis; in oci_stmt_col_meta() local
824 if (dtype == SQLT_CHR || dtype == SQLT_VCS || dtype == SQLT_AFC || dtype == SQLT_CLOB) { in oci_stmt_col_meta()
830 if (dtype) { in oci_stmt_col_meta()
832 switch (dtype) { in oci_stmt_col_meta()
953 switch (dtype) { in oci_stmt_col_meta()
[all …]
H A Dphp_pdo_oci_int.h61 ub2 dtype; member
/PHP-8.3/ext/oci8/
H A Doci8_statement.c457 int dtype; in php_oci_define_callback() local
460 dtype = OCI_DTYPE_FILE; in php_oci_define_callback()
462 dtype = OCI_DTYPE_ROWID; in php_oci_define_callback()
464 dtype = OCI_DTYPE_LOB; in php_oci_define_callback()
467 descr = php_oci_lob_create(outcol->statement->connection, dtype); in php_oci_define_callback()

Completed in 43 milliseconds