stmttype          167 ext/oci8/oci8_statement.c 		statement2->stmttype = 0;
stmttype          511 ext/oci8/oci8_statement.c 	if (!statement->stmttype) {
stmttype          513 ext/oci8/oci8_statement.c 		PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement->stmttype, (ub4 *)0, OCI_ATTR_STMT_TYPE, statement->err));
stmttype          524 ext/oci8/oci8_statement.c 	if (statement->stmttype == OCI_STMT_SELECT) {
stmttype          556 ext/oci8/oci8_statement.c 		} else if (statement->stmttype != OCI_STMT_SELECT) {
stmttype          570 ext/oci8/oci8_statement.c 	if (statement->stmttype == OCI_STMT_SELECT && statement->executed == 0) {
stmttype          232 ext/oci8/php_oci8_int.h 	ub2					 stmttype;				/* statement type */