public class SqlScriptParser extends Object
It performs lexical analysis of a script and generates events for semicolons. As a result it returns a script without comments and newlines.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SqlScriptParser.TokenHandler |
| Constructor and Description |
|---|
SqlScriptParser(SqlScriptParser.TokenHandler semicolonHandler) |
public SqlScriptParser(SqlScriptParser.TokenHandler semicolonHandler)
public String parse(org.antlr.v4.runtime.CharStream charStream)
Copyright © 2019. All rights reserved.