| 9 | ) |
| 10 | |
| 11 | type OracleDataAbnormalFixStruct struct { |
| 12 | Schema string |
| 13 | Table string |
| 14 | RowData string |
| 15 | SourceDevice string |
| 16 | DestDevice string |
| 17 | Sqlwhere string |
| 18 | IndexColumnType string |
| 19 | ColData []map[string]string |
| 20 | IndexType string |
| 21 | IndexColumn []string |
| 22 | DatafixType string |
| 23 | SourceSchema string // 源端schema,用于处理数据库映射关系 |
| 24 | } |
| 25 | |
| 26 | /* |
| 27 | Oracle 生成insert修复语句 |
nothing calls this directly
no outgoing calls
no test coverage detected