Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.CreateRestorePointContext
-
Packages that use OracleStatementParser.CreateRestorePointContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type -
-
Uses of OracleStatementParser.CreateRestorePointContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.CreateRestorePointContext Modifier and Type Method Description OracleStatementParser.CreateRestorePointContextOracleStatementParser. createRestorePoint()OracleStatementParser.CreateRestorePointContextOracleStatementParser.ExecuteContext. createRestorePoint()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.CreateRestorePointContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitCreateRestorePoint(OracleStatementParser.CreateRestorePointContext ctx)Visit a parse tree produced byOracleStatementParser.createRestorePoint().TOracleStatementVisitor. visitCreateRestorePoint(OracleStatementParser.CreateRestorePointContext ctx)Visit a parse tree produced byOracleStatementParser.createRestorePoint(). -
Uses of OracleStatementParser.CreateRestorePointContext in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type
Methods in org.apache.shardingsphere.sql.parser.oracle.visitor.statement.type with parameters of type OracleStatementParser.CreateRestorePointContext Modifier and Type Method Description ASTNodeOracleDDLStatementVisitor. visitCreateRestorePoint(OracleStatementParser.CreateRestorePointContext ctx)
-