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