Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c557 S->cols[colno].dtype = dtype; in oci_stmt_describe()
560 switch (dtype) { in oci_stmt_describe()
583 if (dtype == SQLT_DAT || dtype == SQLT_NUM || dtype == SQLT_RDD in oci_stmt_describe()
594 } else if (dtype == SQLT_IBFLOAT || dtype == SQLT_IBDOUBLE) { in oci_stmt_describe()
604 dtype = SQLT_CHR; in oci_stmt_describe()
771 if (C->dtype == SQLT_BLOB || C->dtype == SQLT_CLOB) { in oci_stmt_get_col()
798 ub2 dtype, precis; in oci_stmt_col_meta() local
829 if (dtype == SQLT_CHR || dtype == SQLT_VCS || dtype == SQLT_AFC || dtype == SQLT_CLOB) { in oci_stmt_col_meta()
835 if (dtype) { in oci_stmt_col_meta()
837 switch (dtype) { in oci_stmt_col_meta()
[all …]
H A Dphp_pdo_oci_int.h56 ub2 dtype; member
/PHP-7.4/ext/oci8/
H A Doci8_statement.c461 int dtype; in php_oci_define_callback() local
464 dtype = OCI_DTYPE_FILE; in php_oci_define_callback()
466 dtype = OCI_DTYPE_ROWID; in php_oci_define_callback()
468 dtype = OCI_DTYPE_LOB; in php_oci_define_callback()
471 descr = php_oci_lob_create(outcol->statement->connection, dtype); in php_oci_define_callback()

Completed in 16 milliseconds