Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PivotClauseContext
-
Packages that use OracleStatementParser.PivotClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.PivotClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.PivotClauseContext Modifier and Type Method Description OracleStatementParser.PivotClauseContextOracleStatementParser. pivotClause()OracleStatementParser.PivotClauseContextOracleStatementParser.QueryTableExprClauseContext. pivotClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PivotClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPivotClause(OracleStatementParser.PivotClauseContext ctx)Visit a parse tree produced byOracleStatementParser.pivotClause().TOracleStatementVisitor. visitPivotClause(OracleStatementParser.PivotClauseContext ctx)Visit a parse tree produced byOracleStatementParser.pivotClause().
-