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