Home
last modified time | relevance | path

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

/PHP-8.0/ext/pdo_oci/
H A Doci_statement.c545 S->cols[colno].dtype = dtype; in oci_stmt_describe()
548 switch (dtype) { in oci_stmt_describe()
571 if (dtype == SQLT_DAT || dtype == SQLT_NUM || dtype == SQLT_RDD in oci_stmt_describe()
582 } else if (dtype == SQLT_IBFLOAT || dtype == SQLT_IBDOUBLE) { in oci_stmt_describe()
592 dtype = SQLT_CHR; in oci_stmt_describe()
759 if (C->dtype == SQLT_BLOB || C->dtype == SQLT_CLOB) { in oci_stmt_get_col()
786 ub2 dtype, precis; in oci_stmt_col_meta() local
817 if (dtype == SQLT_CHR || dtype == SQLT_VCS || dtype == SQLT_AFC || dtype == SQLT_CLOB) { in oci_stmt_col_meta()
823 if (dtype) { in oci_stmt_col_meta()
825 switch (dtype) { in oci_stmt_col_meta()
[all …]
H A Dphp_pdo_oci_int.h54 ub2 dtype; member
/PHP-8.0/ext/oci8/
H A Doci8_statement.c459 int dtype; in php_oci_define_callback() local
462 dtype = OCI_DTYPE_FILE; in php_oci_define_callback()
464 dtype = OCI_DTYPE_ROWID; in php_oci_define_callback()
466 dtype = OCI_DTYPE_LOB; in php_oci_define_callback()
469 descr = php_oci_lob_create(outcol->statement->connection, dtype); in php_oci_define_callback()

Completed in 14 milliseconds