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