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