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