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