Uses of Class
org.apache.shardingsphere.sql.parser.autogen.PostgreSQLStatementParser.PartitionSpecContext
-
Packages that use PostgreSQLStatementParser.PartitionSpecContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of PostgreSQLStatementParser.PartitionSpecContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return PostgreSQLStatementParser.PartitionSpecContext Modifier and Type Method Description PostgreSQLStatementParser.PartitionSpecContextPostgreSQLStatementParser.CreateTableContext. partitionSpec()PostgreSQLStatementParser.PartitionSpecContextPostgreSQLStatementParser. partitionSpec()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type PostgreSQLStatementParser.PartitionSpecContext Modifier and Type Method Description TPostgreSQLStatementParserBaseVisitor. visitPartitionSpec(PostgreSQLStatementParser.PartitionSpecContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.partitionSpec().TPostgreSQLStatementParserVisitor. visitPartitionSpec(PostgreSQLStatementParser.PartitionSpecContext ctx)Visit a parse tree produced byPostgreSQLStatementParser.partitionSpec().
-