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