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