Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.PartitionClauseContext
-
Packages that use OpenGaussStatementParser.PartitionClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.PartitionClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.PartitionClauseContext Modifier and Type Method Description OpenGaussStatementParser.PartitionClauseContextOpenGaussStatementParser. partitionClause()OpenGaussStatementParser.PartitionClauseContextOpenGaussStatementParser.WindowSpecificationContext. partitionClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.PartitionClauseContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitPartitionClause(OpenGaussStatementParser.PartitionClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.partitionClause().TOpenGaussStatementVisitor. visitPartitionClause(OpenGaussStatementParser.PartitionClauseContext ctx)Visit a parse tree produced byOpenGaussStatementParser.partitionClause().
-