544988f2ac99fa19807108494655a54faf358b17
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private getSqlTypeName(type int) : String renamed to private getJdbcTypeName(type int) : String in class org.apache.drill.jdbc.DrillColumnMetaDataList | From | To | |
| Rename Method public getSqlType(type MajorType) : int renamed to public getJdbcType(type MajorType) : int in class org.apache.drill.common.types.Types | From | To | |
| Rename Variable | 1 | ||
| Rename Variable sqlTypeId : int to jdbcTypeId : int in method private getAvaticaType(t MajorType) : AvaticaType in class org.apache.drill.jdbc.DrillColumnMetaDataList | From | To |