Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementParser.PartitionCmdContext
-
Packages that use OpenGaussStatementParser.PartitionCmdContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OpenGaussStatementParser.PartitionCmdContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OpenGaussStatementParser.PartitionCmdContext Modifier and Type Method Description OpenGaussStatementParser.PartitionCmdContextOpenGaussStatementParser.AlterDefinitionClauseContext. partitionCmd()OpenGaussStatementParser.PartitionCmdContextOpenGaussStatementParser. partitionCmd()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OpenGaussStatementParser.PartitionCmdContext Modifier and Type Method Description TOpenGaussStatementBaseVisitor. visitPartitionCmd(OpenGaussStatementParser.PartitionCmdContext ctx)Visit a parse tree produced byOpenGaussStatementParser.partitionCmd().TOpenGaussStatementVisitor. visitPartitionCmd(OpenGaussStatementParser.PartitionCmdContext ctx)Visit a parse tree produced byOpenGaussStatementParser.partitionCmd().
-