Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.XmlTypeVirtualColumnsClauseContext
-
Packages that use OracleStatementParser.XmlTypeVirtualColumnsClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.XmlTypeVirtualColumnsClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.XmlTypeVirtualColumnsClauseContext Modifier and Type Method Description OracleStatementParser.XmlTypeVirtualColumnsClauseContextOracleStatementParser.CreateXMLTypeTableClauseContext. xmlTypeVirtualColumnsClause()OracleStatementParser.XmlTypeVirtualColumnsClauseContextOracleStatementParser. xmlTypeVirtualColumnsClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.XmlTypeVirtualColumnsClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitXmlTypeVirtualColumnsClause(OracleStatementParser.XmlTypeVirtualColumnsClauseContext ctx)Visit a parse tree produced byOracleStatementParser.xmlTypeVirtualColumnsClause().TOracleStatementVisitor. visitXmlTypeVirtualColumnsClause(OracleStatementParser.XmlTypeVirtualColumnsClauseContext ctx)Visit a parse tree produced byOracleStatementParser.xmlTypeVirtualColumnsClause().
-