Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PartitionAttributesContext
-
Packages that use OracleStatementParser.PartitionAttributesContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.PartitionAttributesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.PartitionAttributesContext Modifier and Type Method Description OracleStatementParser.PartitionAttributesContextOracleStatementParser.ModifyHashPartitionContext. partitionAttributes()OracleStatementParser.PartitionAttributesContextOracleStatementParser.ModifyListPartitionContext. partitionAttributes()OracleStatementParser.PartitionAttributesContextOracleStatementParser.ModifyRangePartitionContext. partitionAttributes()OracleStatementParser.PartitionAttributesContextOracleStatementParser. partitionAttributes()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PartitionAttributesContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPartitionAttributes(OracleStatementParser.PartitionAttributesContext ctx)Visit a parse tree produced byOracleStatementParser.partitionAttributes().TOracleStatementVisitor. visitPartitionAttributes(OracleStatementParser.PartitionAttributesContext ctx)Visit a parse tree produced byOracleStatementParser.partitionAttributes().
-