Uses of Class
io.trino.sql.parser.SqlBaseParser.DropSchemaContext
Packages that use SqlBaseParser.DropSchemaContext
-
Uses of SqlBaseParser.DropSchemaContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.DropSchemaContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterDropSchema(SqlBaseParser.DropSchemaContext ctx) Enter a parse tree produced by thedropSchemalabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterDropSchema(SqlBaseParser.DropSchemaContext ctx) Enter a parse tree produced by thedropSchemalabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitDropSchema(SqlBaseParser.DropSchemaContext ctx) Exit a parse tree produced by thedropSchemalabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitDropSchema(SqlBaseParser.DropSchemaContext ctx) Exit a parse tree produced by thedropSchemalabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitDropSchema(SqlBaseParser.DropSchemaContext ctx) Visit a parse tree produced by thedropSchemalabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitDropSchema(SqlBaseParser.DropSchemaContext ctx) Visit a parse tree produced by thedropSchemalabeled alternative inSqlBaseParser.statement().