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