Uses of Class
io.trino.grammar.sql.SqlBaseParser.CurrentSchemaContext
Packages that use SqlBaseParser.CurrentSchemaContext
-
Uses of SqlBaseParser.CurrentSchemaContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.CurrentSchemaContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCurrentSchema(SqlBaseParser.CurrentSchemaContext ctx) Enter a parse tree produced by thecurrentSchemalabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterCurrentSchema(SqlBaseParser.CurrentSchemaContext ctx) Enter a parse tree produced by thecurrentSchemalabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitCurrentSchema(SqlBaseParser.CurrentSchemaContext ctx) Exit a parse tree produced by thecurrentSchemalabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitCurrentSchema(SqlBaseParser.CurrentSchemaContext ctx) Exit a parse tree produced by thecurrentSchemalabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitCurrentSchema(SqlBaseParser.CurrentSchemaContext ctx) Visit a parse tree produced by thecurrentSchemalabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitCurrentSchema(SqlBaseParser.CurrentSchemaContext ctx) Visit a parse tree produced by thecurrentSchemalabeled alternative inSqlBaseParser.primaryExpression().