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