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