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