Home
last modified time | relevance | path

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

/PHP-7.3/ext/pdo_oci/
H A Doci_statement.c106 switch (S->cols[i].dtype) { in oci_stmt_dtor()
505 switch (col->dtype) { in oci_define_callback()
560 S->cols[colno].dtype = dtype; in oci_stmt_describe()
563 switch (dtype) { in oci_stmt_describe()
566 if (dtype == SQLT_LBI) { in oci_stmt_describe()
567 dtype = SQLT_BIN; in oci_stmt_describe()
569 dtype = SQLT_CHR; in oci_stmt_describe()
586 if (dtype == SQLT_DAT || dtype == SQLT_NUM || dtype == SQLT_RDD in oci_stmt_describe()
597 } else if (dtype == SQLT_IBFLOAT || dtype == SQLT_IBDOUBLE) { in oci_stmt_describe()
607 dtype = SQLT_CHR; in oci_stmt_describe()
[all …]
H A Dphp_pdo_oci_int.h56 ub2 dtype; member
/PHP-7.3/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 18 milliseconds