MCPcopy Create free account
hub / github.com/GreatSQL/gt-checksum / OracleDataAbnormalFixStruct

Struct OracleDataAbnormalFixStruct

Oracle/or_data_fix_sql.go:11–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type 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/*
27Oracle 生成insert修复语句

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected