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