Searched refs:dtype (Results 1 – 3 of 3) sorted by relevance
486 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 …]
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 15 milliseconds