Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ConsistentHashPartitionsContext
-
Packages that use OracleStatementParser.ConsistentHashPartitionsContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ConsistentHashPartitionsContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ConsistentHashPartitionsContext Modifier and Type Method Description OracleStatementParser.ConsistentHashPartitionsContextOracleStatementParser. consistentHashPartitions()OracleStatementParser.ConsistentHashPartitionsContextOracleStatementParser.TablePartitioningClausesContext. consistentHashPartitions()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ConsistentHashPartitionsContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitConsistentHashPartitions(OracleStatementParser.ConsistentHashPartitionsContext ctx)Visit a parse tree produced byOracleStatementParser.consistentHashPartitions().TOracleStatementVisitor. visitConsistentHashPartitions(OracleStatementParser.ConsistentHashPartitionsContext ctx)Visit a parse tree produced byOracleStatementParser.consistentHashPartitions().
-