Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.XmlTableFunctionAliasContext
-
Packages that use OracleStatementParser.XmlTableFunctionAliasContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.XmlTableFunctionAliasContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.XmlTableFunctionAliasContext Modifier and Type Method Description OracleStatementParser.XmlTableFunctionAliasContextOracleStatementParser.XmlTableContext. xmlTableFunctionAlias()OracleStatementParser.XmlTableFunctionAliasContextOracleStatementParser. xmlTableFunctionAlias()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.XmlTableFunctionAliasContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitXmlTableFunctionAlias(OracleStatementParser.XmlTableFunctionAliasContext ctx)Visit a parse tree produced byOracleStatementParser.xmlTableFunctionAlias().TOracleStatementVisitor. visitXmlTableFunctionAlias(OracleStatementParser.XmlTableFunctionAliasContext ctx)Visit a parse tree produced byOracleStatementParser.xmlTableFunctionAlias().
-