Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PartitionExtendedNamesContext
-
Packages that use OracleStatementParser.PartitionExtendedNamesContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.PartitionExtendedNamesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.PartitionExtendedNamesContext Modifier and Type Method Description OracleStatementParser.PartitionExtendedNamesContextOracleStatementParser.DropTablePartitionContext. partitionExtendedNames()OracleStatementParser.PartitionExtendedNamesContextOracleStatementParser. partitionExtendedNames()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PartitionExtendedNamesContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPartitionExtendedNames(OracleStatementParser.PartitionExtendedNamesContext ctx)Visit a parse tree produced byOracleStatementParser.partitionExtendedNames().TOracleStatementVisitor. visitPartitionExtendedNames(OracleStatementParser.PartitionExtendedNamesContext ctx)Visit a parse tree produced byOracleStatementParser.partitionExtendedNames().
-