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