Home
last modified time | relevance | path

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

/PHP-5.3/ext/pdo_oci/
H A Doci_statement.c480 switch (col->dtype) { in oci_define_callback()
536 S->cols[colno].dtype = dtype; in oci_stmt_describe()
539 switch (dtype) { in oci_stmt_describe()
542 if (dtype == SQLT_LBI) { in oci_stmt_describe()
543 dtype = SQLT_BIN; in oci_stmt_describe()
545 dtype = SQLT_CHR; in oci_stmt_describe()
562 if (dtype == SQLT_DAT || dtype == SQLT_NUM || dtype == SQLT_RDD in oci_stmt_describe()
573 } else if (dtype == SQLT_IBFLOAT || dtype == SQLT_IBDOUBLE) { in oci_stmt_describe()
579 if (dtype == SQLT_BIN) { in oci_stmt_describe()
583 dtype = SQLT_CHR; in oci_stmt_describe()
[all …]
H A Dphp_pdo_oci_int.h56 ub2 dtype; member
/PHP-5.3/ext/oci8/
H A Doci8_statement.c373 int dtype; in php_oci_define_callback() local
376 dtype = OCI_DTYPE_FILE; in php_oci_define_callback()
378 dtype = OCI_DTYPE_ROWID; in php_oci_define_callback()
380 dtype = OCI_DTYPE_LOB; in php_oci_define_callback()
383 descr = php_oci_lob_create(outcol->statement->connection, dtype TSRMLS_CC); in php_oci_define_callback()

Completed in 17 milliseconds