Searched refs:dtype (Results 1 – 3 of 3) sorted by relevance
480 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 …]
56 ub2 dtype; member
373 int dtype; in php_oci_define_callback() local376 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 13 milliseconds