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