Uses of Class
org.apache.shardingsphere.sql.parser.autogen.OracleStatementParser.PartitionSpecContext
-
Packages that use OracleStatementParser.PartitionSpecContext Package Description org.apache.shardingsphere.sql.parser.autogen -
-
Uses of OracleStatementParser.PartitionSpecContext in org.apache.shardingsphere.sql.parser.autogen
Methods in org.apache.shardingsphere.sql.parser.autogen that return OracleStatementParser.PartitionSpecContext Modifier and Type Method Description OracleStatementParser.PartitionSpecContextOracleStatementParser.DependentTablesClauseContext. partitionSpec(int i)OracleStatementParser.PartitionSpecContextOracleStatementParser. partitionSpec()Methods in org.apache.shardingsphere.sql.parser.autogen that return types with arguments of type OracleStatementParser.PartitionSpecContext Modifier and Type Method Description List<OracleStatementParser.PartitionSpecContext>OracleStatementParser.DependentTablesClauseContext. partitionSpec()Methods in org.apache.shardingsphere.sql.parser.autogen with parameters of type OracleStatementParser.PartitionSpecContext Modifier and Type Method Description TOracleStatementBaseVisitor. visitPartitionSpec(OracleStatementParser.PartitionSpecContext ctx)Visit a parse tree produced byOracleStatementParser.partitionSpec().TOracleStatementVisitor. visitPartitionSpec(OracleStatementParser.PartitionSpecContext ctx)Visit a parse tree produced byOracleStatementParser.partitionSpec().
-