Package org.hibernate.grammars.importsql
-
Interface Summary Interface Description SqlScriptParserListener This interface defines a complete listener for a parse tree produced bySqlScriptParser
.SqlScriptParserVisitor<T> This interface defines a complete generic visitor for a parse tree produced bySqlScriptParser
. -
Class Summary Class Description SqlScriptLexer SqlScriptParser SqlScriptParser.CommandBlockContext SqlScriptParser.CommandContext SqlScriptParser.ScriptContext SqlScriptParserBaseListener This class provides an empty implementation ofSqlScriptParserListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.SqlScriptParserBaseVisitor<T> This class provides an empty implementation ofSqlScriptParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.