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