# Functions

IsANSIDML returns true if the AST is one of the 4 DML statements, SELECT, UPDATE, INSERT, DELETE, or an EXPLAIN of one of these statements.

# Structs

Statement is the result of parsing a single statement.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

Statements is a list of parsed statements.