Home
last modified time | relevance | path

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

/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c108 switch (S->cols[i].dtype) { in oci_stmt_dtor()
507 switch (col->dtype) { in oci_define_callback()
562 S->cols[colno].dtype = dtype; in oci_stmt_describe()
565 switch (dtype) { in oci_stmt_describe()
568 if (dtype == SQLT_LBI) { in oci_stmt_describe()
569 dtype = SQLT_BIN; in oci_stmt_describe()
571 dtype = SQLT_CHR; in oci_stmt_describe()
588 if (dtype == SQLT_DAT || dtype == SQLT_NUM || dtype == SQLT_RDD in oci_stmt_describe()
599 } else if (dtype == SQLT_IBFLOAT || dtype == SQLT_IBDOUBLE) { in oci_stmt_describe()
609 dtype = SQLT_CHR; in oci_stmt_describe()
[all …]
H A Dphp_pdo_oci_int.h58 ub2 dtype; member
/PHP-7.1/ext/oci8/
H A Doci8_statement.c466 int dtype; in php_oci_define_callback() local
469 dtype = OCI_DTYPE_FILE; in php_oci_define_callback()
471 dtype = OCI_DTYPE_ROWID; in php_oci_define_callback()
473 dtype = OCI_DTYPE_LOB; in php_oci_define_callback()
476 descr = php_oci_lob_create(outcol->statement->connection, dtype); in php_oci_define_callback()

Completed in 10 milliseconds