Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.ScopeClauseContext
-
Packages that use OracleStatementParser.ScopeClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.ScopeClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.ScopeClauseContext Modifier and Type Method Description OracleStatementParser.ScopeClauseContextOracleStatementParser.AlterSystemResetClauseContext. scopeClause(int i)OracleStatementParser.ScopeClauseContextOracleStatementParser. scopeClause()OracleStatementParser.ScopeClauseContextOracleStatementParser.SetParameterClauseContext. scopeClause(int i)Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.ScopeClauseContext Modifier and Type Method Description List<OracleStatementParser.ScopeClauseContext>OracleStatementParser.AlterSystemResetClauseContext. scopeClause()List<OracleStatementParser.ScopeClauseContext>OracleStatementParser.SetParameterClauseContext. scopeClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.ScopeClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitScopeClause(OracleStatementParser.ScopeClauseContext ctx)Visit a parse tree produced byOracleStatementParser.scopeClause().TOracleStatementVisitor. visitScopeClause(OracleStatementParser.ScopeClauseContext ctx)Visit a parse tree produced byOracleStatementParser.scopeClause().
-