Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.SwitchoverClauseContext
-
Packages that use OracleStatementParser.SwitchoverClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.SwitchoverClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.SwitchoverClauseContext Modifier and Type Method Description OracleStatementParser.SwitchoverClauseContextOracleStatementParser.StandbyDatabaseClausesContext. switchoverClause()OracleStatementParser.SwitchoverClauseContextOracleStatementParser. switchoverClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.SwitchoverClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitSwitchoverClause(OracleStatementParser.SwitchoverClauseContext ctx)Visit a parse tree produced byOracleStatementParser.switchoverClause().TOracleStatementVisitor. visitSwitchoverClause(OracleStatementParser.SwitchoverClauseContext ctx)Visit a parse tree produced byOracleStatementParser.switchoverClause().
-