Module script_parser

Module script_parser 

Source

Structs§

ScriptParser
Parses SQL scripts into individual statements using GO as separator
ScriptResult
Result of executing an entire script
ScriptStatement
A parsed script statement with optional directives
StatementResult
Result of executing a single statement in a script

Enums§

ScriptDirective
Directives that can be attached to a script statement
ScriptStatementType
Type of script statement