Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ResumableClauseContext
-
Packages that use OracleStatementParser.ResumableClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ResumableClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ResumableClauseContext Modifier and Type Method Description OracleStatementParser.ResumableClauseContextOracleStatementParser.AlterSessionOptionContext. resumableClause()OracleStatementParser.ResumableClauseContextOracleStatementParser. resumableClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ResumableClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitResumableClause(OracleStatementParser.ResumableClauseContext ctx)Visit a parse tree produced byOracleStatementParser.resumableClause().TOracleStatementVisitor. visitResumableClause(OracleStatementParser.ResumableClauseContext ctx)Visit a parse tree produced byOracleStatementParser.resumableClause().
-