Package | Description |
---|---|
com.tencentcloudapi.tcaplusdb.v20190823.models |
Modifier and Type | Method and Description |
---|---|
SyncTableField[] |
SyncTableInfo.getKeyFieldMapping()
Get TcaplusDB表主键字段到目标缓写表字段的映射
|
SyncTableField[] |
SyncTableInfo.getValueFieldMapping()
Get TcaplusDB表字段到目标缓写表字段的映射
|
Modifier and Type | Method and Description |
---|---|
void |
SyncTableInfo.setKeyFieldMapping(SyncTableField[] KeyFieldMapping)
Set TcaplusDB表主键字段到目标缓写表字段的映射
|
void |
SyncTableInfo.setValueFieldMapping(SyncTableField[] ValueFieldMapping)
Set TcaplusDB表字段到目标缓写表字段的映射
|
Constructor and Description |
---|
SyncTableField(SyncTableField source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2024. All rights reserved.