Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PhysicalPropertiesContext
-
Packages that use OracleStatementParser.PhysicalPropertiesContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.PhysicalPropertiesContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.PhysicalPropertiesContext Modifier and Type Method Description OracleStatementParser.PhysicalPropertiesContextOracleStatementParser.CreateObjectTableClauseContext. physicalProperties()OracleStatementParser.PhysicalPropertiesContextOracleStatementParser.CreateRelationalTableClauseContext. physicalProperties()OracleStatementParser.PhysicalPropertiesContextOracleStatementParser.CreateXMLTypeTableClauseContext. physicalProperties()OracleStatementParser.PhysicalPropertiesContextOracleStatementParser.NestedTableColPropertiesContext. physicalProperties()OracleStatementParser.PhysicalPropertiesContextOracleStatementParser. physicalProperties()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PhysicalPropertiesContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPhysicalProperties(OracleStatementParser.PhysicalPropertiesContext ctx)Visit a parse tree produced byOracleStatementParser.physicalProperties().TOracleStatementVisitor. visitPhysicalProperties(OracleStatementParser.PhysicalPropertiesContext ctx)Visit a parse tree produced byOracleStatementParser.physicalProperties().
-