Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.RestorePointNameContext
-
Packages that use OracleStatementParser.RestorePointNameContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.RestorePointNameContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.RestorePointNameContext Modifier and Type Method Description OracleStatementParser.RestorePointNameContextOracleStatementParser.CreateRestorePointContext. restorePointName()OracleStatementParser.RestorePointNameContextOracleStatementParser.DropRestorePointContext. restorePointName()OracleStatementParser.RestorePointNameContextOracleStatementParser. restorePointName()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.RestorePointNameContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitRestorePointName(OracleStatementParser.RestorePointNameContext ctx)Visit a parse tree produced byOracleStatementParser.restorePointName().TOracleStatementVisitor. visitRestorePointName(OracleStatementParser.RestorePointNameContext ctx)Visit a parse tree produced byOracleStatementParser.restorePointName().
-