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