Uses of Class
io.trino.grammar.sql.SqlBaseParser.PrepareContext
Packages that use SqlBaseParser.PrepareContext
-
Uses of SqlBaseParser.PrepareContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.PrepareContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterPrepare(SqlBaseParser.PrepareContext ctx) Enter a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterPrepare(SqlBaseParser.PrepareContext ctx) Enter a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitPrepare(SqlBaseParser.PrepareContext ctx) Exit a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitPrepare(SqlBaseParser.PrepareContext ctx) Exit a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitPrepare(SqlBaseParser.PrepareContext ctx) Visit a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitPrepare(SqlBaseParser.PrepareContext ctx) Visit a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().