Class SqlScriptParser

java.lang.Object
org.jdbi.v3.core.internal.SqlScriptParser

public class SqlScriptParser extends Object
An SQL script parser.

It performs lexical analysis of a script and generates events for semicolons. As a result it returns a script without comments and newlines.