Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.DistinctClauseContext
-
Packages that use OpenGaussStatementParser.DistinctClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.DistinctClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.DistinctClauseContext Modifier and Type Method Description OpenGaussStatementParser.DistinctClauseContextOpenGaussStatementParser. distinctClause()OpenGaussStatementParser.DistinctClauseContextOpenGaussStatementParser.SimpleSelectContext. distinctClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.DistinctClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitDistinctClause(OpenGaussStatementParser.DistinctClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.distinctClause().TOpenGaussStatementVisitor. visitDistinctClause(OpenGaussStatementParser.DistinctClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.distinctClause().
-