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