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