a1828aa40ff53689150ab144417d268b54d68e0c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 46
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method package getH2Values() : QueryPartList<Field<?>> renamed to package getUpsertValues() : QueryPartList<Field<?>> in class org.jooq.impl.MergeImpl | From | To | |
Rename Method package getH2Keys() : QueryPartList<Field<?>> renamed to package getUpsertKeys() : QueryPartList<Field<?>> in class org.jooq.impl.MergeImpl | From | To | |
Rename Method private toSQLH2(ctx Context<?>) : void renamed to private toSQLH2Merge(ctx Context<?>) : void in class org.jooq.impl.MergeImpl | From | To | |
Rename Method package getH2Fields() : QueryPartList<Field<?>> renamed to package getUpsertFields() : QueryPartList<Field<?>> in class org.jooq.impl.MergeImpl | From | To | |
Rename Attribute | 5 | ||
Rename Attribute h2Keys : QueryPartList<Field<?>> to upsertKeys : QueryPartList<Field<?>> in class org.jooq.impl.MergeImpl | From | To | |
Rename Attribute h2Values : QueryPartList<Field<?>> to upsertValues : QueryPartList<Field<?>> in class org.jooq.impl.MergeImpl | From | To | |
Rename Attribute h2Select : Select<?> to upsertSelect : Select<?> in class org.jooq.impl.MergeImpl | From | To | |
Rename Attribute h2Style : boolean to upsertStyle : boolean in class org.jooq.impl.MergeImpl | From | To | |
Rename Attribute h2Fields : QueryPartList<Field<?>> to upsertFields : QueryPartList<Field<?>> in class org.jooq.impl.MergeImpl | From | To |