Uses of Class
io.trino.sql.parser.SqlBaseParser.PrepareContext
-
Packages that use SqlBaseParser.PrepareContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.PrepareContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.PrepareContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitPrepare(SqlBaseParser.PrepareContext ctx)Visit a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().TSqlBaseVisitor. visitPrepare(SqlBaseParser.PrepareContext ctx)Visit a parse tree produced by thepreparelabeled alternative inSqlBaseParser.statement().
-