Uses of Class
io.trino.sql.parser.SqlBaseParser.ParenthesizedRelationContext
-
Packages that use SqlBaseParser.ParenthesizedRelationContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.ParenthesizedRelationContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ParenthesizedRelationContext Modifier and Type Method Description voidSqlBaseBaseListener. enterParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)Enter a parse tree produced by theparenthesizedRelationlabeled alternative inSqlBaseParser.relationPrimary().voidSqlBaseListener. enterParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)Enter a parse tree produced by theparenthesizedRelationlabeled alternative inSqlBaseParser.relationPrimary().voidSqlBaseBaseListener. exitParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)Exit a parse tree produced by theparenthesizedRelationlabeled alternative inSqlBaseParser.relationPrimary().voidSqlBaseListener. exitParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)Exit a parse tree produced by theparenthesizedRelationlabeled alternative inSqlBaseParser.relationPrimary().TSqlBaseBaseVisitor. visitParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)Visit a parse tree produced by theparenthesizedRelationlabeled alternative inSqlBaseParser.relationPrimary().TSqlBaseVisitor. visitParenthesizedRelation(SqlBaseParser.ParenthesizedRelationContext ctx)Visit a parse tree produced by theparenthesizedRelationlabeled alternative inSqlBaseParser.relationPrimary().
-