Enums§
- Explain
Output - Tag indicating the expected output format of an EXPLAIN plan.
Functions§
- explain_
sql - Return the EXPLAIN-wrapped SQL, the expected output format, and whether the
wrapped SQL contains multiple statements (which requires
execute_multi). - is_
modifying - Detect whether a SQL statement is modifying (DML/DDL).