OCIStatementType

(PHP 3>= 3.0.5, PHP 4 >= 4.0.0)

OCIStatementType -- Return the type of an OCI statement.

Description

string OCIStatementType ( int stmt)

OCIStatementType() returns one of the following values:

  1. "SELECT"

  2. "UPDATE"

  3. "DELETE"

  4. "INSERT"

  5. "CREATE"

  6. "DROP"

  7. "ALTER"

  8. "BEGIN"

  9. "DECLARE"

  10. "UNKNOWN"