Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ForRefreshClauseContext
-
Packages that use OracleStatementParser.ForRefreshClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ForRefreshClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ForRefreshClauseContext Modifier and Type Method Description OracleStatementParser.ForRefreshClauseContextOracleStatementParser.AlterMaterializedViewLogContext. forRefreshClause()OracleStatementParser.ForRefreshClauseContextOracleStatementParser. forRefreshClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ForRefreshClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitForRefreshClause(OracleStatementParser.ForRefreshClauseContext ctx)Visit a parse tree produced byOracleStatementParser.forRefreshClause().TOracleStatementVisitor. visitForRefreshClause(OracleStatementParser.ForRefreshClauseContext ctx)Visit a parse tree produced byOracleStatementParser.forRefreshClause().
-