Uses of Class
io.trino.grammar.sql.SqlBaseParser.RenameSchemaContext
Packages that use SqlBaseParser.RenameSchemaContext
-
Uses of SqlBaseParser.RenameSchemaContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.RenameSchemaContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterRenameSchema(SqlBaseParser.RenameSchemaContext ctx) Enter a parse tree produced by therenameSchemalabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterRenameSchema(SqlBaseParser.RenameSchemaContext ctx) Enter a parse tree produced by therenameSchemalabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitRenameSchema(SqlBaseParser.RenameSchemaContext ctx) Exit a parse tree produced by therenameSchemalabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitRenameSchema(SqlBaseParser.RenameSchemaContext ctx) Exit a parse tree produced by therenameSchemalabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitRenameSchema(SqlBaseParser.RenameSchemaContext ctx) Visit a parse tree produced by therenameSchemalabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitRenameSchema(SqlBaseParser.RenameSchemaContext ctx) Visit a parse tree produced by therenameSchemalabeled alternative inSqlBaseParser.statement().