statementType property
The type of query statement that was run. DDL
indicates DDL
query statements. DML
indicates DML (Data Manipulation
Language) query statements, such as CREATE TABLE AS SELECT
.
UTILITY
indicates query statements other than DDL and DML, such
as SHOW CREATE TABLE
, or DESCRIBE <table>
.
Implementation
final StatementType? statementType;