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