Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c486 switch (col->dtype) { in oci_define_callback()
542 S->cols[colno].dtype = dtype; in oci_stmt_describe()
545 switch (dtype) { in oci_stmt_describe()
548 if (dtype == SQLT_LBI) { in oci_stmt_describe()
549 dtype = SQLT_BIN; in oci_stmt_describe()
551 dtype = SQLT_CHR; in oci_stmt_describe()
568 if (dtype == SQLT_DAT || dtype == SQLT_NUM || dtype == SQLT_RDD in oci_stmt_describe()
579 } else if (dtype == SQLT_IBFLOAT || dtype == SQLT_IBDOUBLE) { in oci_stmt_describe()
585 if (dtype == SQLT_BIN) { in oci_stmt_describe()
589 dtype = SQLT_CHR; in oci_stmt_describe()
[all …]
H A Dphp_pdo_oci_int.h56 ub2 dtype; member
/PHP-5.5/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 22 milliseconds