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