Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PhysicalAttributesClauseContext
-
Packages that use OracleStatementParser.PhysicalAttributesClauseContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.PhysicalAttributesClauseContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.PhysicalAttributesClauseContext Modifier and Type Method Description List<OracleStatementParser.PhysicalAttributesClauseContext>OracleStatementParser.AlterClusterContext. physicalAttributesClause()List<OracleStatementParser.PhysicalAttributesClauseContext>OracleStatementParser.OidIndexClauseContext. physicalAttributesClause()List<OracleStatementParser.PhysicalAttributesClauseContext>OracleStatementParser.PartitionAttributesContext. physicalAttributesClause()List<OracleStatementParser.PhysicalAttributesClauseContext>OracleStatementParser.SegmentAttributesClauseContext. physicalAttributesClause()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PhysicalAttributesClauseContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPhysicalAttributesClause(OracleStatementParser.PhysicalAttributesClauseContext ctx)Visit a parse tree produced byOracleStatementParser.physicalAttributesClause().TOracleStatementVisitor. visitPhysicalAttributesClause(OracleStatementParser.PhysicalAttributesClauseContext ctx)Visit a parse tree produced byOracleStatementParser.physicalAttributesClause().
-