Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.RangePartitionsetClauseContext
-
Packages that use OracleStatementParser.RangePartitionsetClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.RangePartitionsetClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.RangePartitionsetClauseContext Modifier and Type Method Description OracleStatementParser.RangePartitionsetClauseContextOracleStatementParser.PartitionsetClausesContext. rangePartitionsetClause()OracleStatementParser.RangePartitionsetClauseContextOracleStatementParser. rangePartitionsetClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.RangePartitionsetClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitRangePartitionsetClause(OracleStatementParser.RangePartitionsetClauseContext ctx)Visit a parse tree produced byOracleStatementParser.rangePartitionsetClause().TOracleStatementVisitor. visitRangePartitionsetClause(OracleStatementParser.RangePartitionsetClauseContext ctx)Visit a parse tree produced byOracleStatementParser.rangePartitionsetClause().
-