Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.PartitionCmdContext
-
Packages that use PostgreSQLStatementParser.PartitionCmdContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.PartitionCmdContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.PartitionCmdContext Modifier and Type Method Description PostgreSQLStatementParser.PartitionCmdContextPostgreSQLStatementParser.AlterDefinitionClauseContext. partitionCmd()PostgreSQLStatementParser.PartitionCmdContextPostgreSQLStatementParser. partitionCmd()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.PartitionCmdContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitPartitionCmd(PostgreSQLStatementParser.PartitionCmdContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.partitionCmd().TPostgreSQLStatementParserVisitor. visitPartitionCmd(PostgreSQLStatementParser.PartitionCmdContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.partitionCmd().
-