Uses of Class
io.trino.sql.parser.SqlBaseParser.CurrentSchemaContext
Packages that use SqlBaseParser.CurrentSchemaContext
-
Uses of SqlBaseParser.CurrentSchemaContext in io.trino.sql.parser
Methods in io.trino.sql.parser 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().