Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.PartitionSpecContext
-
Packages that use OpenGaussStatementParser.PartitionSpecContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.PartitionSpecContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.PartitionSpecContext Modifier and Type Method Description OpenGaussStatementParser.PartitionSpecContextOpenGaussStatementParser.CreateTableContext. partitionSpec()OpenGaussStatementParser.PartitionSpecContextOpenGaussStatementParser. partitionSpec()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.PartitionSpecContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitPartitionSpec(OpenGaussStatementParser.PartitionSpecContext ctx)Visit a parse tree produced byOpenGaussStatementParser.partitionSpec().TOpenGaussStatementVisitor. visitPartitionSpec(OpenGaussStatementParser.PartitionSpecContext ctx)Visit a parse tree produced byOpenGaussStatementParser.partitionSpec().
-