Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.DropMirrorCopyContext
-
Packages that use OracleStatementParser.DropMirrorCopyContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.DropMirrorCopyContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.DropMirrorCopyContext Modifier and Type Method Description OracleStatementParser.DropMirrorCopyContextOracleStatementParser.AlterDatabaseContext. dropMirrorCopy()OracleStatementParser.DropMirrorCopyContextOracleStatementParser.AlterPluggableDatabaseContext. dropMirrorCopy()OracleStatementParser.DropMirrorCopyContextOracleStatementParser. dropMirrorCopy()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.DropMirrorCopyContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitDropMirrorCopy(OracleStatementParser.DropMirrorCopyContext ctx)Visit a parse tree produced byOracleStatementParser.dropMirrorCopy().TOracleStatementVisitor. visitDropMirrorCopy(OracleStatementParser.DropMirrorCopyContext ctx)Visit a parse tree produced byOracleStatementParser.dropMirrorCopy().
-