Uses of Class
io.trino.grammar.sql.SqlBaseParser.DropTableContext
Packages that use SqlBaseParser.DropTableContext
-
Uses of SqlBaseParser.DropTableContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.DropTableContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterDropTable(SqlBaseParser.DropTableContext ctx) Enter a parse tree produced by thedropTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterDropTable(SqlBaseParser.DropTableContext ctx) Enter a parse tree produced by thedropTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitDropTable(SqlBaseParser.DropTableContext ctx) Exit a parse tree produced by thedropTablelabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitDropTable(SqlBaseParser.DropTableContext ctx) Exit a parse tree produced by thedropTablelabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitDropTable(SqlBaseParser.DropTableContext ctx) Visit a parse tree produced by thedropTablelabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitDropTable(SqlBaseParser.DropTableContext ctx) Visit a parse tree produced by thedropTablelabeled alternative inSqlBaseParser.statement().