Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PartitionExtensionClauseContext
-
Packages that use OracleStatementParser.PartitionExtensionClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.PartitionExtensionClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.PartitionExtensionClauseContext Modifier and Type Method Description OracleStatementParser.PartitionExtensionClauseContextOracleStatementParser.AnalyzeContext. partitionExtensionClause()OracleStatementParser.PartitionExtensionClauseContextOracleStatementParser.LockTableContext. partitionExtensionClause(int i)OracleStatementParser.PartitionExtensionClauseContextOracleStatementParser. partitionExtensionClause()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.PartitionExtensionClauseContext Modifier and Type Method Description List<OracleStatementParser.PartitionExtensionClauseContext>OracleStatementParser.LockTableContext. partitionExtensionClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PartitionExtensionClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPartitionExtensionClause(OracleStatementParser.PartitionExtensionClauseContext ctx)Visit a parse tree produced byOracleStatementParser.partitionExtensionClause().TOracleStatementVisitor. visitPartitionExtensionClause(OracleStatementParser.PartitionExtensionClauseContext ctx)Visit a parse tree produced byOracleStatementParser.partitionExtensionClause().
-