Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.XmlRootFunctionContext
-
Packages that use OracleStatementParser.XmlRootFunctionContext Package Description org.apache.shardingsphere.sql.parser.autogen org.apache.shardingsphere.sql.parser.oracle.visitor.statement -
-
Uses of OracleStatementParser.XmlRootFunctionContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.XmlRootFunctionContext Modifier and Type Method Description OracleStatementParser.XmlRootFunctionContextOracleStatementParser.XmlFunctionContext. xmlRootFunction()OracleStatementParser.XmlRootFunctionContextOracleStatementParser. xmlRootFunction()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.XmlRootFunctionContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitXmlRootFunction(OracleStatementParser.XmlRootFunctionContext ctx)Visit a parse tree produced byOracleStatementParser.xmlRootFunction().TOracleStatementVisitor. visitXmlRootFunction(OracleStatementParser.XmlRootFunctionContext ctx)Visit a parse tree produced byOracleStatementParser.xmlRootFunction(). -
Uses of OracleStatementParser.XmlRootFunctionContext in org.apache.shardingsphere.sql.parser.oracle.visitor.statement
Methods in org.apache.shardingsphere.sql.parser.oracle.visitor.statement with parameters of type OracleStatementParser.XmlRootFunctionContext Modifier and Type Method Description ASTNodeOracleStatementVisitor. visitXmlRootFunction(OracleStatementParser.XmlRootFunctionContext ctx)
-