1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3|删除|类名:DistributedObject;<br>方法or属性:on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
4|删除|类名:DataObject;<br>方法or属性:on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
5|删除|类名:DistributedObject;<br>方法or属性:on(type: 'status',<br><br>           callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
6|删除|类名:DataObject;<br>方法or属性:on(type: 'status',<br><br>           callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
7|删除|类名:DistributedObject;<br>方法or属性:off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
8|删除|类名:DataObject;<br>方法or属性:off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\<string> }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
9|删除|类名:DistributedObject;<br>方法or属性:off(type: 'status',<br><br>            callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
10|删除|类名:DataObject;<br>方法or属性:off(type: 'status',<br><br>            callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
11|新增|NA|类名:Asset;<br>方法or属性:name: string;|@ohos.data.relationalStore.d.ts|
12|新增|NA|类名:ClearAction;<br>方法or属性:CLEAR_CLOUD_INFO|@ohos.data.cloudData.d.ts|
13|新增|NA|类名:ClearAction;<br>方法or属性:CLEAR_CLOUD_DATA_AND_INFO|@ohos.data.cloudData.d.ts|
14|新增|NA|类名:Config;<br>方法or属性:static enableCloud(<br>      accountId: string,<br>      switches: { [bundleName: string]: boolean },<br>      callback: AsyncCallback\<void><br>    ): void;|@ohos.data.cloudData.d.ts|
15|新增|NA|类名:Config;<br>方法or属性:static enableCloud(accountId: string, switches: { [bundleName: string]: boolean }): Promise\<void>;|@ohos.data.cloudData.d.ts|
16|新增|NA|类名:Config;<br>方法or属性:static disableCloud(accountId: string, callback: AsyncCallback\<void>): void;|@ohos.data.cloudData.d.ts|
17|新增|NA|类名:Config;<br>方法or属性:static disableCloud(accountId: string): Promise\<void>;|@ohos.data.cloudData.d.ts|
18|新增|NA|类名:Config;<br>方法or属性:static changeAppCloudSwitch(<br>      accountId: string,<br>      bundleName: string,<br>      status: boolean,<br>      callback: AsyncCallback\<void><br>    ): void;|@ohos.data.cloudData.d.ts|
19|新增|NA|类名:Config;<br>方法or属性:static changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean): Promise\<void>;|@ohos.data.cloudData.d.ts|
20|新增|NA|类名:Config;<br>方法or属性:static notifyDataChange(accountId: string, bundleName: string, callback: AsyncCallback\<void>): void;|@ohos.data.cloudData.d.ts|
21|新增|NA|类名:Config;<br>方法or属性:static notifyDataChange(accountId: string, bundleName: string): Promise\<void>;|@ohos.data.cloudData.d.ts|
22|新增|NA|类名:Config;<br>方法or属性:static clear(<br>      accountId: string,<br>      appActions: { [bundleName: string]: ClearAction },<br>      callback: AsyncCallback\<void><br>    ): void;|@ohos.data.cloudData.d.ts|
23|新增|NA|类名:Config;<br>方法or属性:static clear(accountId: string, appActions: { [bundleName: string]: ClearAction }): Promise\<void>;|@ohos.data.cloudData.d.ts|
24|新增|NA|类名:dataShare;<br>方法or属性:function createDataShareHelper(<br>    context: Context,<br>    uri: string,<br>    options: DataShareHelperOptions,<br>    callback: AsyncCallback\<DataShareHelper><br>  ): void;|@ohos.data.dataShare.d.ts|
25|新增|NA|类名:DataShareHelperOptions;<br>方法or属性:isProxy?: boolean;|@ohos.data.dataShare.d.ts|
26|新增|NA|类名:TemplateId;<br>方法or属性:subscriberId: string;|@ohos.data.dataShare.d.ts|
27|新增|NA|类名:PublishedItem;<br>方法or属性:subscriberId: string;|@ohos.data.dataShare.d.ts|
28|新增|NA|类名:TemplateId;<br>方法or属性:bundleNameOfOwner: string;|@ohos.data.dataShare.d.ts|
29|新增|NA|类名:PublishedItem;<br>方法or属性:key: string;|@ohos.data.dataShare.d.ts|
30|新增|NA|类名:OperationResult;<br>方法or属性:key: string;|@ohos.data.dataShare.d.ts|
31|新增|NA|类名:PublishedItem;<br>方法or属性:data: string \| ArrayBuffer;|@ohos.data.dataShare.d.ts|
32|新增|NA|类名:RdbDataChangeNode;<br>方法or属性:uri: string;|@ohos.data.dataShare.d.ts|
33|新增|NA|类名:RdbDataChangeNode;<br>方法or属性:templateId: TemplateId;|@ohos.data.dataShare.d.ts|
34|新增|NA|类名:RdbDataChangeNode;<br>方法or属性:data: Array\<string>;|@ohos.data.dataShare.d.ts|
35|新增|NA|类名:PublishedDataChangeNode;<br>方法or属性:bundleName: string;|@ohos.data.dataShare.d.ts|
36|新增|NA|类名:PublishedDataChangeNode;<br>方法or属性:data: Array\<PublishedItem>;|@ohos.data.dataShare.d.ts|
37|新增|NA|类名:Template;<br>方法or属性:predicates: { [key: string]: string };|@ohos.data.dataShare.d.ts|
38|新增|NA|类名:Template;<br>方法or属性:scheduler: string;|@ohos.data.dataShare.d.ts|
39|新增|NA|类名:OperationResult;<br>方法or属性:result: number;|@ohos.data.dataShare.d.ts|
40|新增|NA|类名:DataShareHelper;<br>方法or属性:on(<br>      type: 'rdbDataChange',<br>      uris: Array\<string>,<br>      templateId: TemplateId,<br>      callback: AsyncCallback\<RdbDataChangeNode><br>    ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
41|新增|NA|类名:DataShareHelper;<br>方法or属性:on(<br>      type: 'publishedDataChange',<br>      uris: Array\<string>,<br>      subscriberId: string,<br>      callback: AsyncCallback\<PublishedDataChangeNode><br>    ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
42|新增|NA|类名:DataShareHelper;<br>方法or属性:off(<br>      type: 'rdbDataChange',<br>      uris: Array\<string>,<br>      templateId: TemplateId,<br>      callback?: AsyncCallback\<RdbDataChangeNode><br>    ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
43|新增|NA|类名:DataShareHelper;<br>方法or属性:off(<br>      type: 'publishedDataChange',<br>      uris: Array\<string>,<br>      subscriberId: string,<br>      callback?: AsyncCallback\<PublishedDataChangeNode><br>    ): Array\<OperationResult>;|@ohos.data.dataShare.d.ts|
44|新增|NA|类名:DataShareHelper;<br>方法or属性:addTemplate(uri: string, subscriberId: string, template: Template): void;|@ohos.data.dataShare.d.ts|
45|新增|NA|类名:DataShareHelper;<br>方法or属性:delTemplate(uri: string, subscriberId: string): void;|@ohos.data.dataShare.d.ts|
46|新增|NA|类名:DataShareHelper;<br>方法or属性:publish(<br>      data: Array\<PublishedItem>,<br>      bundleName: string,<br>      version: number,<br>      callback: AsyncCallback\<Array\<OperationResult>><br>    ): void;|@ohos.data.dataShare.d.ts|
47|新增|NA|类名:DataShareHelper;<br>方法or属性:publish(<br>      data: Array\<PublishedItem>,<br>      bundleName: string,<br>      callback: AsyncCallback\<Array\<OperationResult>><br>    ): void;|@ohos.data.dataShare.d.ts|
48|新增|NA|类名:DataShareHelper;<br>方法or属性:publish(data: Array\<PublishedItem>, bundleName: string, version?: number): Promise\<Array\<OperationResult>>;|@ohos.data.dataShare.d.ts|
49|新增|NA|类名:DataShareHelper;<br>方法or属性:getPublishedData(bundleName: string, callback: AsyncCallback\<Array\<PublishedItem>>): void;|@ohos.data.dataShare.d.ts|
50|新增|NA|类名:DataShareHelper;<br>方法or属性:getPublishedData(bundleName: string): Promise\<Array\<PublishedItem>>;|@ohos.data.dataShare.d.ts|
51|新增|NA|类名:DistributedObject;<br>方法or属性:on(type: 'change', callback: (sessionId: string, fields: Array\<string>) => void): void;|@ohos.data.distributedDataObject.d.ts|
52|新增|NA|类名:DataObject;<br>方法or属性:on(type: 'change', callback: (sessionId: string, fields: Array\<string>) => void ): void;|@ohos.data.distributedDataObject.d.ts|
53|新增|NA|类名:DistributedObject;<br>方法or属性:on(<br><br>      type: 'status',<br><br>      callback: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void<br><br>    ): void;|@ohos.data.distributedDataObject.d.ts|
54|新增|NA|类名:DataObject;<br>方法or属性:on(<br><br>      type: 'status',<br><br>      callback: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void<br><br>    ): void;|@ohos.data.distributedDataObject.d.ts|
55|新增|NA|类名:DistributedObject;<br>方法or属性:off(type: 'change', callback?: (sessionId: string, fields: Array\<string>) => void): void;|@ohos.data.distributedDataObject.d.ts|
56|新增|NA|类名:DataObject;<br>方法or属性:off(type: 'change', callback?: (sessionId: string, fields: Array\<string>) => void ): void;|@ohos.data.distributedDataObject.d.ts|
57|新增|NA|类名:DistributedObject;<br>方法or属性:off(<br><br>      type: 'status',<br><br>      callback?: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void<br><br>    ): void;|@ohos.data.distributedDataObject.d.ts|
58|新增|NA|类名:DataObject;<br>方法or属性:off(<br><br>      type: 'status',<br><br>      callback?: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void<br><br>    ): void;|@ohos.data.distributedDataObject.d.ts|
59|新增|NA|类名:preferences;<br>方法or属性:function getPreferences(context: Context, options: Options, callback: AsyncCallback\<Preferences>): void;|@ohos.data.preferences.d.ts|
60|新增|NA|类名:preferences;<br>方法or属性:function getPreferences(context: Context, options: Options): Promise\<Preferences>;|@ohos.data.preferences.d.ts|
61|新增|NA|类名:preferences;<br>方法or属性:function getPreferencesSync(context: Context, options: Options): Preferences;|@ohos.data.preferences.d.ts|
62|新增|NA|类名:preferences;<br>方法or属性:function deletePreferences(context: Context, options: Options, callback: AsyncCallback\<void>): void;|@ohos.data.preferences.d.ts|
63|新增|NA|类名:preferences;<br>方法or属性:function deletePreferences(context: Context, options: Options): Promise\<void>;|@ohos.data.preferences.d.ts|
64|新增|NA|类名:preferences;<br>方法or属性:function removePreferencesFromCache(context: Context, options: Options, callback: AsyncCallback\<void>): void;|@ohos.data.preferences.d.ts|
65|新增|NA|类名:preferences;<br>方法or属性:function removePreferencesFromCache(context: Context, options: Options): Promise\<void>;|@ohos.data.preferences.d.ts|
66|新增|NA|类名:preferences;<br>方法or属性:function removePreferencesFromCacheSync(context: Context, name: string): void;|@ohos.data.preferences.d.ts|
67|新增|NA|类名:preferences;<br>方法or属性:function removePreferencesFromCacheSync(context: Context, options: Options): void;|@ohos.data.preferences.d.ts|
68|新增|NA|类名:Options;<br>方法or属性:name: string;|@ohos.data.preferences.d.ts|
69|新增|NA|类名:Options;<br>方法or属性:dataGroupId?: string;|@ohos.data.preferences.d.ts|
70|新增|NA|类名:Preferences;<br>方法or属性:getSync(key: string, defValue: ValueType): ValueType;|@ohos.data.preferences.d.ts|
71|新增|NA|类名:Preferences;<br>方法or属性:getAllSync(): Object;|@ohos.data.preferences.d.ts|
72|新增|NA|类名:Preferences;<br>方法or属性:hasSync(key: string): boolean;|@ohos.data.preferences.d.ts|
73|新增|NA|类名:Preferences;<br>方法or属性:putSync(key: string, value: ValueType): void;|@ohos.data.preferences.d.ts|
74|新增|NA|类名:Preferences;<br>方法or属性:deleteSync(key: string): void;|@ohos.data.preferences.d.ts|
75|新增|NA|类名:Preferences;<br>方法or属性:clearSync(): void;|@ohos.data.preferences.d.ts|
76|新增|NA|类名:relationalStore;<br>方法or属性:type Assets = Asset[];|@ohos.data.relationalStore.d.ts|
77|新增|NA|类名:relationalStore;<br>方法or属性:type PRIKeyType = number \| string;|@ohos.data.relationalStore.d.ts|
78|新增|NA|类名:relationalStore;<br>方法or属性:type UTCTime = Date;|@ohos.data.relationalStore.d.ts|
79|新增|NA|类名:relationalStore;<br>方法or属性:type ModifyTime = Map\<PRIKeyType, UTCTime>;|@ohos.data.relationalStore.d.ts|
80|新增|NA|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<void>): void;|@ohos.data.relationalStore.d.ts|
81|新增|NA|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, config: StoreConfig): Promise\<void>;|@ohos.data.relationalStore.d.ts|
82|新增|NA|类名:AssetStatus;<br>方法or属性:ASSET_NORMAL|@ohos.data.relationalStore.d.ts|
83|新增|NA|类名:AssetStatus;<br>方法or属性:ASSET_INSERT|@ohos.data.relationalStore.d.ts|
84|新增|NA|类名:AssetStatus;<br>方法or属性:ASSET_UPDATE|@ohos.data.relationalStore.d.ts|
85|新增|NA|类名:AssetStatus;<br>方法or属性:ASSET_DELETE|@ohos.data.relationalStore.d.ts|
86|新增|NA|类名:AssetStatus;<br>方法or属性:ASSET_ABNORMAL|@ohos.data.relationalStore.d.ts|
87|新增|NA|类名:AssetStatus;<br>方法or属性:ASSET_DOWNLOADING|@ohos.data.relationalStore.d.ts|
88|新增|NA|类名:Asset;<br>方法or属性:uri: string;|@ohos.data.relationalStore.d.ts|
89|新增|NA|类名:Asset;<br>方法or属性:path: string;|@ohos.data.relationalStore.d.ts|
90|新增|NA|类名:Asset;<br>方法or属性:createTime: string;|@ohos.data.relationalStore.d.ts|
91|新增|NA|类名:Asset;<br>方法or属性:modifyTime: string;|@ohos.data.relationalStore.d.ts|
92|新增|NA|类名:Asset;<br>方法or属性:size: string;|@ohos.data.relationalStore.d.ts|
93|新增|NA|类名:Asset;<br>方法or属性:status?: AssetStatus;|@ohos.data.relationalStore.d.ts|
94|新增|NA|类名:StoreConfig;<br>方法or属性:dataGroupId?: string;|@ohos.data.relationalStore.d.ts|
95|新增|NA|类名:Progress;<br>方法or属性:SYNC_BEGIN|@ohos.data.relationalStore.d.ts|
96|新增|NA|类名:Progress;<br>方法or属性:SYNC_IN_PROGRESS|@ohos.data.relationalStore.d.ts|
97|新增|NA|类名:Progress;<br>方法or属性:SYNC_FINISH|@ohos.data.relationalStore.d.ts|
98|新增|NA|类名:Statistic;<br>方法or属性:total: number;|@ohos.data.relationalStore.d.ts|
99|新增|NA|类名:Statistic;<br>方法or属性:successful: number;|@ohos.data.relationalStore.d.ts|
100|新增|NA|类名:Statistic;<br>方法or属性:failed: number;|@ohos.data.relationalStore.d.ts|
101|新增|NA|类名:Statistic;<br>方法or属性:remained: number;|@ohos.data.relationalStore.d.ts|
102|新增|NA|类名:TableDetails;<br>方法or属性:upload: Statistic;|@ohos.data.relationalStore.d.ts|
103|新增|NA|类名:TableDetails;<br>方法or属性:download: Statistic;|@ohos.data.relationalStore.d.ts|
104|新增|NA|类名:ProgressCode;<br>方法or属性:SUCCESS|@ohos.data.relationalStore.d.ts|
105|新增|NA|类名:ProgressCode;<br>方法or属性:UNKNOWN_ERROR|@ohos.data.relationalStore.d.ts|
106|新增|NA|类名:ProgressCode;<br>方法or属性:NETWORK_ERROR|@ohos.data.relationalStore.d.ts|
107|新增|NA|类名:ProgressCode;<br>方法or属性:CLOUD_DISABLED|@ohos.data.relationalStore.d.ts|
108|新增|NA|类名:ProgressCode;<br>方法or属性:LOCKED_BY_OTHERS|@ohos.data.relationalStore.d.ts|
109|新增|NA|类名:ProgressCode;<br>方法or属性:RECORD_LIMIT_EXCEEDED|@ohos.data.relationalStore.d.ts|
110|新增|NA|类名:ProgressCode;<br>方法or属性:NO_SPACE_FOR_ASSET|@ohos.data.relationalStore.d.ts|
111|新增|NA|类名:ProgressDetails;<br>方法or属性:schedule: Progress;|@ohos.data.relationalStore.d.ts|
112|新增|NA|类名:ProgressDetails;<br>方法or属性:code: ProgressCode;|@ohos.data.relationalStore.d.ts|
113|新增|NA|类名:ProgressDetails;<br>方法or属性:details: {<br>      [table: string]: TableDetails;<br>    };|@ohos.data.relationalStore.d.ts|
114|新增|NA|类名:SyncMode;<br>方法or属性:SYNC_MODE_TIME_FIRST|@ohos.data.relationalStore.d.ts|
115|新增|NA|类名:SyncMode;<br>方法or属性:SYNC_MODE_NATIVE_FIRST|@ohos.data.relationalStore.d.ts|
116|新增|NA|类名:SyncMode;<br>方法or属性:SYNC_MODE_CLOUD_FIRST|@ohos.data.relationalStore.d.ts|
117|新增|NA|类名:SubscribeType;<br>方法or属性:SUBSCRIBE_TYPE_CLOUD|@ohos.data.relationalStore.d.ts|
118|新增|NA|类名:SubscribeType;<br>方法or属性:SUBSCRIBE_TYPE_CLOUD_DETAILS|@ohos.data.relationalStore.d.ts|
119|新增|NA|类名:ChangeType;<br>方法or属性:DATA_CHANGE|@ohos.data.relationalStore.d.ts|
120|新增|NA|类名:ChangeType;<br>方法or属性:ASSET_CHANGE|@ohos.data.relationalStore.d.ts|
121|新增|NA|类名:ChangeInfo;<br>方法or属性:table: string;|@ohos.data.relationalStore.d.ts|
122|新增|NA|类名:ChangeInfo;<br>方法or属性:type: ChangeType;|@ohos.data.relationalStore.d.ts|
123|新增|NA|类名:ChangeInfo;<br>方法or属性:inserted: Array\<string> \| Array\<number>;|@ohos.data.relationalStore.d.ts|
124|新增|NA|类名:ChangeInfo;<br>方法or属性:updated: Array\<string> \| Array\<number>;|@ohos.data.relationalStore.d.ts|
125|新增|NA|类名:ChangeInfo;<br>方法or属性:deleted: Array\<string> \| Array\<number>;|@ohos.data.relationalStore.d.ts|
126|新增|NA|类名:DistributedType;<br>方法or属性:DISTRIBUTED_DEVICE|@ohos.data.relationalStore.d.ts|
127|新增|NA|类名:DistributedType;<br>方法or属性:DISTRIBUTED_CLOUD|@ohos.data.relationalStore.d.ts|
128|新增|NA|类名:DistributedConfig;<br>方法or属性:autoSync: boolean;|@ohos.data.relationalStore.d.ts|
129|新增|NA|类名:ConflictResolution;<br>方法or属性:ON_CONFLICT_NONE = 0|@ohos.data.relationalStore.d.ts|
130|新增|NA|类名:ConflictResolution;<br>方法or属性:ON_CONFLICT_ROLLBACK = 1|@ohos.data.relationalStore.d.ts|
131|新增|NA|类名:ConflictResolution;<br>方法or属性:ON_CONFLICT_ABORT = 2|@ohos.data.relationalStore.d.ts|
132|新增|NA|类名:ConflictResolution;<br>方法or属性:ON_CONFLICT_FAIL = 3|@ohos.data.relationalStore.d.ts|
133|新增|NA|类名:ConflictResolution;<br>方法or属性:ON_CONFLICT_IGNORE = 4|@ohos.data.relationalStore.d.ts|
134|新增|NA|类名:ConflictResolution;<br>方法or属性:ON_CONFLICT_REPLACE = 5|@ohos.data.relationalStore.d.ts|
135|新增|NA|类名:ResultSet;<br>方法or属性:getAsset(columnIndex: number): Asset;|@ohos.data.relationalStore.d.ts|
136|新增|NA|类名:ResultSet;<br>方法or属性:getAssets(columnIndex: number): Assets;|@ohos.data.relationalStore.d.ts|
137|新增|NA|类名:RdbStore;<br>方法or属性:version: number;|@ohos.data.relationalStore.d.ts|
138|新增|NA|类名:RdbStore;<br>方法or属性:insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback\<number>): void;|@ohos.data.relationalStore.d.ts|
139|新增|NA|类名:RdbStore;<br>方法or属性:insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise\<number>;|@ohos.data.relationalStore.d.ts|
140|新增|NA|类名:RdbStore;<br>方法or属性:update(<br>      values: ValuesBucket,<br>      predicates: RdbPredicates,<br>      conflict: ConflictResolution,<br>      callback: AsyncCallback\<number><br>    ): void;|@ohos.data.relationalStore.d.ts|
141|新增|NA|类名:RdbStore;<br>方法or属性:update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\<number>;|@ohos.data.relationalStore.d.ts|
142|新增|NA|类名:RdbStore;<br>方法or属性:query(predicates: RdbPredicates, callback: AsyncCallback\<ResultSet>): void;|@ohos.data.relationalStore.d.ts|
143|新增|NA|类名:RdbStore;<br>方法or属性:query(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<ResultSet>): void;|@ohos.data.relationalStore.d.ts|
144|新增|NA|类名:RdbStore;<br>方法or属性:querySql(sql: string, callback: AsyncCallback\<ResultSet>): void;|@ohos.data.relationalStore.d.ts|
145|新增|NA|类名:RdbStore;<br>方法or属性:getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[]): Promise\<ModifyTime>;|@ohos.data.relationalStore.d.ts|
146|新增|NA|类名:RdbStore;<br>方法or属性:getModifyTime(<br>      table: string,<br>      columnName: string,<br>      primaryKeys: PRIKeyType[],<br>      callback: AsyncCallback\<ModifyTime><br>    ): void;|@ohos.data.relationalStore.d.ts|
147|新增|NA|类名:RdbStore;<br>方法or属性:executeSql(sql: string, callback: AsyncCallback\<void>): void;|@ohos.data.relationalStore.d.ts|
148|新增|NA|类名:RdbStore;<br>方法or属性:setDistributedTables(tables: Array\<string>, type: DistributedType, callback: AsyncCallback\<void>): void;|@ohos.data.relationalStore.d.ts|
149|新增|NA|类名:RdbStore;<br>方法or属性:setDistributedTables(<br>      tables: Array\<string>,<br>      type: DistributedType,<br>      config: DistributedConfig,<br>      callback: AsyncCallback\<void><br>    ): void;|@ohos.data.relationalStore.d.ts|
150|新增|NA|类名:RdbStore;<br>方法or属性:setDistributedTables(tables: Array\<string>, type?: DistributedType, config?: DistributedConfig): Promise\<void>;|@ohos.data.relationalStore.d.ts|
151|新增|NA|类名:RdbStore;<br>方法or属性:cloudSync(mode: SyncMode, progress: Callback\<ProgressDetails>, callback: AsyncCallback\<void>): void;|@ohos.data.relationalStore.d.ts|
152|新增|NA|类名:RdbStore;<br>方法or属性:cloudSync(mode: SyncMode, progress: Callback\<ProgressDetails>): Promise\<void>;|@ohos.data.relationalStore.d.ts|
153|新增|NA|类名:RdbStore;<br>方法or属性:cloudSync(<br>      mode: SyncMode,<br>      tables: string[],<br>      progress: Callback\<ProgressDetails>,<br>      callback: AsyncCallback\<void><br>    ): void;|@ohos.data.relationalStore.d.ts|
154|新增|NA|类名:RdbStore;<br>方法or属性:cloudSync(mode: SyncMode, tables: string[], progress: Callback\<ProgressDetails>): Promise\<void>;|@ohos.data.relationalStore.d.ts|
155|新增|NA|类名:RdbStore;<br>方法or属性:on(event: 'dataChange', type: SubscribeType, observer: Callback\<Array\<string>> \| Callback\<Array\<ChangeInfo>>): void;|@ohos.data.relationalStore.d.ts|
156|新增|NA|类名:RdbStore;<br>方法or属性:on(event: string, interProcess: boolean, observer: Callback\<void>): void;|@ohos.data.relationalStore.d.ts|
157|新增|NA|类名:RdbStore;<br>方法or属性:off(<br>      event: 'dataChange',<br>      type: SubscribeType,<br>      observer?: Callback\<Array\<string>> \| Callback\<Array\<ChangeInfo>><br>    ): void;|@ohos.data.relationalStore.d.ts|
158|新增|NA|类名:RdbStore;<br>方法or属性:off(event: string, interProcess: boolean, observer?: Callback\<void>): void;|@ohos.data.relationalStore.d.ts|
159|新增|NA|类名:RdbStore;<br>方法or属性:emit(event: string): void;|@ohos.data.relationalStore.d.ts|
160|新增|NA|类名:unifiedDataChannel;<br>方法or属性:type Options = {<br>    /**<br>     * Indicates the target Intention<br>     *<br>     * @syscap SystemCapability.DistributedDataManager.UDMF.Core<br>     * @since 10<br>     */<br>    intention?: Intention;<br><br>    /**<br>     * Indicates the unique identifier of target UnifiedData<br>     *<br>     * @syscap SystemCapability.DistributedDataManager.UDMF.Core<br>     * @since 10<br>     */<br>    key?: string;<br>  };|@ohos.data.unifiedDataChannel.d.ts|
161|新增|NA|类名:unifiedDataChannel;<br>方法or属性:function insertData(options: Options, data: UnifiedData, callback: AsyncCallback\<string>): void;|@ohos.data.unifiedDataChannel.d.ts|
162|新增|NA|类名:unifiedDataChannel;<br>方法or属性:function insertData(options: Options, data: UnifiedData): Promise\<string>;|@ohos.data.unifiedDataChannel.d.ts|
163|新增|NA|类名:unifiedDataChannel;<br>方法or属性:function updateData(options: Options, data: UnifiedData, callback: AsyncCallback\<void>): void;|@ohos.data.unifiedDataChannel.d.ts|
164|新增|NA|类名:unifiedDataChannel;<br>方法or属性:function updateData(options: Options, data: UnifiedData): Promise\<void>;|@ohos.data.unifiedDataChannel.d.ts|
165|新增|NA|类名:unifiedDataChannel;<br>方法or属性:function queryData(options: Options, callback: AsyncCallback\<Array\<UnifiedData>>): void;|@ohos.data.unifiedDataChannel.d.ts|
166|新增|NA|类名:unifiedDataChannel;<br>方法or属性:function queryData(options: Options): Promise\<Array\<UnifiedData>>;|@ohos.data.unifiedDataChannel.d.ts|
167|新增|NA|类名:unifiedDataChannel;<br>方法or属性:function deleteData(options: Options, callback: AsyncCallback\<Array\<UnifiedData>>): void;|@ohos.data.unifiedDataChannel.d.ts|
168|新增|NA|类名:unifiedDataChannel;<br>方法or属性:function deleteData(options: Options): Promise\<Array\<UnifiedData>>;|@ohos.data.unifiedDataChannel.d.ts|
169|新增|NA|类名:UnifiedData;<br>方法or属性:constructor(record: UnifiedRecord);|@ohos.data.unifiedDataChannel.d.ts|
170|新增|NA|类名:UnifiedData;<br>方法or属性:addRecord(record: UnifiedRecord): void;|@ohos.data.unifiedDataChannel.d.ts|
171|新增|NA|类名:UnifiedData;<br>方法or属性:getRecords(): Array\<UnifiedRecord>;|@ohos.data.unifiedDataChannel.d.ts|
172|新增|NA|类名:Summary;<br>方法or属性:summary: { [key: string]: number };|@ohos.data.unifiedDataChannel.d.ts|
173|新增|NA|类名:Summary;<br>方法or属性:totalSize: number;|@ohos.data.unifiedDataChannel.d.ts|
174|新增|NA|类名:UnifiedRecord;<br>方法or属性:getType(): string;|@ohos.data.unifiedDataChannel.d.ts|
175|新增|NA|类名:Text;<br>方法or属性:details?: { [key: string]: string };|@ohos.data.unifiedDataChannel.d.ts|
176|新增|NA|类名:File;<br>方法or属性:details?: { [key: string]: string };|@ohos.data.unifiedDataChannel.d.ts|
177|新增|NA|类名:PlainText;<br>方法or属性:textContent: string;|@ohos.data.unifiedDataChannel.d.ts|
178|新增|NA|类名:PlainText;<br>方法or属性:abstract?: string;|@ohos.data.unifiedDataChannel.d.ts|
179|新增|NA|类名:Hyperlink;<br>方法or属性:url: string;|@ohos.data.unifiedDataChannel.d.ts|
180|新增|NA|类名:Hyperlink;<br>方法or属性:description?: string;|@ohos.data.unifiedDataChannel.d.ts|
181|新增|NA|类名:HTML;<br>方法or属性:htmlContent: string;|@ohos.data.unifiedDataChannel.d.ts|
182|新增|NA|类名:HTML;<br>方法or属性:plainContent?: string;|@ohos.data.unifiedDataChannel.d.ts|
183|新增|NA|类名:File;<br>方法or属性:uri: string;|@ohos.data.unifiedDataChannel.d.ts|
184|新增|NA|类名:Image;<br>方法or属性:imageUri: string;|@ohos.data.unifiedDataChannel.d.ts|
185|新增|NA|类名:Video;<br>方法or属性:videoUri: string;|@ohos.data.unifiedDataChannel.d.ts|
186|新增|NA|类名:Audio;<br>方法or属性:audioUri: string;|@ohos.data.unifiedDataChannel.d.ts|
187|新增|NA|类名:Folder;<br>方法or属性:folderUri: string;|@ohos.data.unifiedDataChannel.d.ts|
188|新增|NA|类名:SystemDefinedRecord;<br>方法or属性:details?: { [key: string]: number \| string \| Uint8Array };|@ohos.data.unifiedDataChannel.d.ts|
189|新增|NA|类名:SystemDefinedForm;<br>方法or属性:formId: number;|@ohos.data.unifiedDataChannel.d.ts|
190|新增|NA|类名:SystemDefinedForm;<br>方法or属性:formName: string;|@ohos.data.unifiedDataChannel.d.ts|
191|新增|NA|类名:SystemDefinedForm;<br>方法or属性:bundleName: string;|@ohos.data.unifiedDataChannel.d.ts|
192|新增|NA|类名:SystemDefinedAppItem;<br>方法or属性:bundleName: string;|@ohos.data.unifiedDataChannel.d.ts|
193|新增|NA|类名:SystemDefinedForm;<br>方法or属性:abilityName: string;|@ohos.data.unifiedDataChannel.d.ts|
194|新增|NA|类名:SystemDefinedAppItem;<br>方法or属性:abilityName: string;|@ohos.data.unifiedDataChannel.d.ts|
195|新增|NA|类名:SystemDefinedForm;<br>方法or属性:module: string;|@ohos.data.unifiedDataChannel.d.ts|
196|新增|NA|类名:SystemDefinedAppItem;<br>方法or属性:appId: string;|@ohos.data.unifiedDataChannel.d.ts|
197|新增|NA|类名:SystemDefinedAppItem;<br>方法or属性:appName: string;|@ohos.data.unifiedDataChannel.d.ts|
198|新增|NA|类名:SystemDefinedAppItem;<br>方法or属性:appIconId: string;|@ohos.data.unifiedDataChannel.d.ts|
199|新增|NA|类名:SystemDefinedAppItem;<br>方法or属性:appLabelId: string;|@ohos.data.unifiedDataChannel.d.ts|
200|新增|NA|类名:SystemDefinedPixelMap;<br>方法or属性:rawData: Uint8Array;|@ohos.data.unifiedDataChannel.d.ts|
201|新增|NA|类名:ApplicationDefinedRecord;<br>方法or属性:rawData: Uint8Array;|@ohos.data.unifiedDataChannel.d.ts|
202|新增|NA|类名:ApplicationDefinedRecord;<br>方法or属性:applicationDefinedType: string;|@ohos.data.unifiedDataChannel.d.ts|
203|新增|NA|类名:Intention;<br>方法or属性:DATA_HUB = 'DataHub'|@ohos.data.unifiedDataChannel.d.ts|
204|新增|NA|类名:UniformDataType;<br>方法or属性:TEXT = 'general.text'|@ohos.data.uniformTypeDescriptor.d.ts|
205|新增|NA|类名:UniformDataType;<br>方法or属性:PLAIN_TEXT = 'general.plain-text'|@ohos.data.uniformTypeDescriptor.d.ts|
206|新增|NA|类名:UniformDataType;<br>方法or属性:HYPERLINK = 'general.hyperlink'|@ohos.data.uniformTypeDescriptor.d.ts|
207|新增|NA|类名:UniformDataType;<br>方法or属性:HTML = 'general.html'|@ohos.data.uniformTypeDescriptor.d.ts|
208|新增|NA|类名:UniformDataType;<br>方法or属性:FILE = 'general.file'|@ohos.data.uniformTypeDescriptor.d.ts|
209|新增|NA|类名:UniformDataType;<br>方法or属性:IMAGE = 'general.image'|@ohos.data.uniformTypeDescriptor.d.ts|
210|新增|NA|类名:UniformDataType;<br>方法or属性:VIDEO = 'general.video'|@ohos.data.uniformTypeDescriptor.d.ts|
211|新增|NA|类名:UniformDataType;<br>方法or属性:AUDIO = 'general.audio'|@ohos.data.uniformTypeDescriptor.d.ts|
212|新增|NA|类名:UniformDataType;<br>方法or属性:FOLDER = 'general.folder'|@ohos.data.uniformTypeDescriptor.d.ts|
213|新增|NA|类名:UniformDataType;<br>方法or属性:OPENHARMONY_FORM = 'openharmony.form'|@ohos.data.uniformTypeDescriptor.d.ts|
214|新增|NA|类名:UniformDataType;<br>方法or属性:OPENHARMONY_APP_ITEM = 'openharmony.app-item'|@ohos.data.uniformTypeDescriptor.d.ts|
215|新增|NA|类名:UniformDataType;<br>方法or属性:OPENHARMONY_PIXEL_MAP = 'openharmony.pixel-map'|@ohos.data.uniformTypeDescriptor.d.ts|
216|错误码有变化|类名:DataAbilityPredicates;<br>方法or属性:limitAs(value: number): DataAbilityPredicates;<br>旧版本信息:IllegalPredicateException|类名:DataAbilityPredicates;<br>方法or属性:limitAs(value: number): DataAbilityPredicates;<br>新版本信息:|@ohos.data.dataAbility.d.ts|
217|错误码有变化|类名:SingleKVStore;<br>方法or属性:put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:401,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
218|错误码有变化|类名:SingleKVStore;<br>方法or属性:put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\<void>;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\<void>;<br>新版本信息:401,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
219|错误码有变化|类名:SingleKVStore;<br>方法or属性:putBatch(entries: Entry[], callback: AsyncCallback\<void>): void;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:putBatch(entries: Entry[], callback: AsyncCallback\<void>): void;<br>新版本信息:401,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
220|错误码有变化|类名:SingleKVStore;<br>方法or属性:putBatch(entries: Entry[]): Promise\<void>;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:putBatch(entries: Entry[]): Promise\<void>;<br>新版本信息:401,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
221|错误码有变化|类名:SingleKVStore;<br>方法or属性:putBatch(value: Array\<ValuesBucket>, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:putBatch(value: Array\<ValuesBucket>, callback: AsyncCallback\<void>): void;<br>新版本信息:401,202,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
222|错误码有变化|类名:SingleKVStore;<br>方法or属性:putBatch(value: Array\<ValuesBucket>): Promise\<void>;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:putBatch(value: Array\<ValuesBucket>): Promise\<void>;<br>新版本信息:401,202,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
223|错误码有变化|类名:SingleKVStore;<br>方法or属性:delete(key: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:delete(key: string, callback: AsyncCallback\<void>): void;<br>新版本信息:401,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
224|错误码有变化|类名:SingleKVStore;<br>方法or属性:delete(key: string): Promise\<void>;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:delete(key: string): Promise\<void>;<br>新版本信息:401,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
225|错误码有变化|类名:SingleKVStore;<br>方法or属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<void>);<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<void>);<br>新版本信息:401,202,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
226|错误码有变化|类名:SingleKVStore;<br>方法or属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise\<void>;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:delete(predicates: dataSharePredicates.DataSharePredicates): Promise\<void>;<br>新版本信息:401,202,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
227|错误码有变化|类名:SingleKVStore;<br>方法or属性:deleteBatch(keys: string[], callback: AsyncCallback\<void>): void;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:deleteBatch(keys: string[], callback: AsyncCallback\<void>): void;<br>新版本信息:401,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
228|错误码有变化|类名:SingleKVStore;<br>方法or属性:deleteBatch(keys: string[]): Promise\<void>;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:deleteBatch(keys: string[]): Promise\<void>;<br>新版本信息:401,15100003,15100005,14800047|@ohos.data.distributedKVStore.d.ts|
229|错误码有变化|类名:SingleKVStore;<br>方法or属性:getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
230|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
231|错误码有变化|类名:SingleKVStore;<br>方法or属性:getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
232|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(keyPrefix: string): Promise\<KVStoreResultSet>;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
233|错误码有变化|类名:SingleKVStore;<br>方法or属性:getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
234|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
235|错误码有变化|类名:SingleKVStore;<br>方法or属性:getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
236|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(query: Query): Promise\<KVStoreResultSet>;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
237|错误码有变化|类名:SingleKVStore;<br>方法or属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>新版本信息:401,202,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
238|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<KVStoreResultSet>): void;<br>新版本信息:401,202,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
239|错误码有变化|类名:SingleKVStore;<br>方法or属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>旧版本信息:401,15100003,15100005|类名:SingleKVStore;<br>方法or属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>新版本信息:401,202,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
240|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>新版本信息:401,202,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
241|错误码有变化|类名:SingleKVStore;<br>方法or属性:startTransaction(callback: AsyncCallback\<void>): void;<br>旧版本信息:15100005|类名:SingleKVStore;<br>方法or属性:startTransaction(callback: AsyncCallback\<void>): void;<br>新版本信息:15100005,14800047|@ohos.data.distributedKVStore.d.ts|
242|错误码有变化|类名:SingleKVStore;<br>方法or属性:startTransaction(): Promise\<void>;<br>旧版本信息:15100005|类名:SingleKVStore;<br>方法or属性:startTransaction(): Promise\<void>;<br>新版本信息:15100005,14800047|@ohos.data.distributedKVStore.d.ts|
243|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\<KVStoreResultSet>): void;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
244|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(deviceId: string, keyPrefix: string): Promise\<KVStoreResultSet>;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(deviceId: string, keyPrefix: string): Promise\<KVStoreResultSet>;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
245|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback\<KVStoreResultSet>): void;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
246|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(deviceId: string, query: Query): Promise\<KVStoreResultSet>;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(deviceId: string, query: Query): Promise\<KVStoreResultSet>;<br>新版本信息:401,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
247|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(<br>      deviceId: string,<br>      predicates: dataSharePredicates.DataSharePredicates,<br>      callback: AsyncCallback\<KVStoreResultSet><br>    ): void;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(<br>      deviceId: string,<br>      predicates: dataSharePredicates.DataSharePredicates,<br>      callback: AsyncCallback\<KVStoreResultSet><br>    ): void;<br>新版本信息:401,202,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
248|错误码有变化|类名:DeviceKVStore;<br>方法or属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>旧版本信息:401,15100003,15100005|类名:DeviceKVStore;<br>方法or属性:getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<KVStoreResultSet>;<br>新版本信息:401,202,15100001,15100003,15100005|@ohos.data.distributedKVStore.d.ts|
249|错误码有变化|类名:Preferences;<br>方法or属性:on(type: 'multiProcessChange', callback: (key: string) => void): void;<br>旧版本信息:401|类名:Preferences;<br>方法or属性:on(type: 'multiProcessChange', callback: (key: string) => void): void;<br>新版本信息:401,15500019|@ohos.data.preferences.d.ts|
250|错误码有变化|类名:relationalStore;<br>方法or属性:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>旧版本信息:401,14800010,14800011|类名:relationalStore;<br>方法or属性:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>新版本信息:401,14800000,14800010,14800011,14801001,14801002|@ohos.data.relationalStore.d.ts|
251|错误码有变化|类名:relationalStore;<br>方法or属性:function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore>;<br>旧版本信息:401,14800010,14800011|类名:relationalStore;<br>方法or属性:function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore>;<br>新版本信息:401,14800000,14800010,14800011,14801001,14801002|@ohos.data.relationalStore.d.ts|
252|错误码有变化|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,14800010|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>新版本信息:401,14800000,14800010|@ohos.data.relationalStore.d.ts|
253|错误码有变化|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>旧版本信息:401,14800010|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>新版本信息:401,14800000,14800010|@ohos.data.relationalStore.d.ts|
254|错误码有变化|类名:RdbStore;<br>方法or属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>新版本信息:14800047,401,14800000|@ohos.data.relationalStore.d.ts|
255|错误码有变化|类名:RdbStore;<br>方法or属性:insert(table: string, values: ValuesBucket): Promise\<number>;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:insert(table: string, values: ValuesBucket): Promise\<number>;<br>新版本信息:14800047,401,14800000|@ohos.data.relationalStore.d.ts|
256|错误码有变化|类名:RdbStore;<br>方法or属性:batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;<br>新版本信息:14800047,401,14800000|@ohos.data.relationalStore.d.ts|
257|错误码有变化|类名:RdbStore;<br>方法or属性:batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;<br>新版本信息:14800047,401,14800000|@ohos.data.relationalStore.d.ts|
258|错误码有变化|类名:RdbStore;<br>方法or属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>新版本信息:14800047,401,14800000|@ohos.data.relationalStore.d.ts|
259|错误码有变化|类名:RdbStore;<br>方法or属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>新版本信息:14800047,401,14800000|@ohos.data.relationalStore.d.ts|
260|错误码有变化|类名:RdbStore;<br>方法or属性:update(<br>      table: string,<br>      values: ValuesBucket,<br>      predicates: dataSharePredicates.DataSharePredicates,<br>      callback: AsyncCallback\<number><br>    ): void;<br>旧版本信息:401,202|类名:RdbStore;<br>方法or属性:update(<br>      table: string,<br>      values: ValuesBucket,<br>      predicates: dataSharePredicates.DataSharePredicates,<br>      callback: AsyncCallback\<number><br>    ): void;<br>新版本信息:14800047,401,14800000,202|@ohos.data.relationalStore.d.ts|
261|错误码有变化|类名:RdbStore;<br>方法or属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>旧版本信息:401,202|类名:RdbStore;<br>方法or属性:update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>新版本信息:14800047,401,14800000,202|@ohos.data.relationalStore.d.ts|
262|错误码有变化|类名:RdbStore;<br>方法or属性:delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>新版本信息:14800047,401,14800000|@ohos.data.relationalStore.d.ts|
263|错误码有变化|类名:RdbStore;<br>方法or属性:delete(predicates: RdbPredicates): Promise\<number>;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:delete(predicates: RdbPredicates): Promise\<number>;<br>新版本信息:14800047,401,14800000|@ohos.data.relationalStore.d.ts|
264|错误码有变化|类名:RdbStore;<br>方法or属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>旧版本信息:401,202|类名:RdbStore;<br>方法or属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\<number>): void;<br>新版本信息:14800047,401,14800000,202|@ohos.data.relationalStore.d.ts|
265|错误码有变化|类名:RdbStore;<br>方法or属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>旧版本信息:401,202|类名:RdbStore;<br>方法or属性:delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\<number>;<br>新版本信息:14800047,401,14800000,202|@ohos.data.relationalStore.d.ts|
266|错误码有变化|类名:RdbStore;<br>方法or属性:query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>新版本信息:401,14800000|@ohos.data.relationalStore.d.ts|
267|错误码有变化|类名:RdbStore;<br>方法or属性:query(predicates: RdbPredicates, columns?: Array\<string>): Promise\<ResultSet>;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:query(predicates: RdbPredicates, columns?: Array\<string>): Promise\<ResultSet>;<br>新版本信息:401,14800000|@ohos.data.relationalStore.d.ts|
268|错误码有变化|类名:RdbStore;<br>方法or属性:query(<br>      table: string,<br>      predicates: dataSharePredicates.DataSharePredicates,<br>      columns: Array\<string>,<br>      callback: AsyncCallback\<ResultSet><br>    ): void;<br>旧版本信息:401,202|类名:RdbStore;<br>方法or属性:query(<br>      table: string,<br>      predicates: dataSharePredicates.DataSharePredicates,<br>      columns: Array\<string>,<br>      callback: AsyncCallback\<ResultSet><br>    ): void;<br>新版本信息:401,14800000,202|@ohos.data.relationalStore.d.ts|
269|错误码有变化|类名:RdbStore;<br>方法or属性:query(<br>      table: string,<br>      predicates: dataSharePredicates.DataSharePredicates,<br>      columns?: Array\<string><br>    ): Promise\<ResultSet>;<br>旧版本信息:401,202|类名:RdbStore;<br>方法or属性:query(<br>      table: string,<br>      predicates: dataSharePredicates.DataSharePredicates,<br>      columns?: Array\<string><br>    ): Promise\<ResultSet>;<br>新版本信息:401,14800000,202|@ohos.data.relationalStore.d.ts|
270|错误码有变化|类名:RdbStore;<br>方法or属性:querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>新版本信息:401,14800000|@ohos.data.relationalStore.d.ts|
271|错误码有变化|类名:RdbStore;<br>方法or属性:querySql(sql: string, bindArgs?: Array\<ValueType>): Promise\<ResultSet>;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:querySql(sql: string, bindArgs?: Array\<ValueType>): Promise\<ResultSet>;<br>新版本信息:401,14800000|@ohos.data.relationalStore.d.ts|
272|错误码有变化|类名:RdbStore;<br>方法or属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>新版本信息:14800047,401,14800000|@ohos.data.relationalStore.d.ts|
273|错误码有变化|类名:RdbStore;<br>方法or属性:executeSql(sql: string, bindArgs?: Array\<ValueType>): Promise\<void>;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:executeSql(sql: string, bindArgs?: Array\<ValueType>): Promise\<void>;<br>新版本信息:14800047,401,14800000|@ohos.data.relationalStore.d.ts|
274|错误码有变化|类名:RdbStore;<br>方法or属性:beginTransaction(): void;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:beginTransaction(): void;<br>新版本信息:14800047,401,14800000|@ohos.data.relationalStore.d.ts|
275|错误码有变化|类名:RdbStore;<br>方法or属性:backup(destName: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:backup(destName: string, callback: AsyncCallback\<void>): void;<br>新版本信息:401,14800000|@ohos.data.relationalStore.d.ts|
276|错误码有变化|类名:RdbStore;<br>方法or属性:backup(destName: string): Promise\<void>;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:backup(destName: string): Promise\<void>;<br>新版本信息:401,14800000|@ohos.data.relationalStore.d.ts|
277|错误码有变化|类名:RdbStore;<br>方法or属性:restore(srcName: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:restore(srcName: string, callback: AsyncCallback\<void>): void;<br>新版本信息:401,14800000|@ohos.data.relationalStore.d.ts|
278|错误码有变化|类名:RdbStore;<br>方法or属性:restore(srcName: string): Promise\<void>;<br>旧版本信息:401|类名:RdbStore;<br>方法or属性:restore(srcName: string): Promise\<void>;<br>新版本信息:401,14800000|@ohos.data.relationalStore.d.ts|
279|错误码有变化|类名:RdbStore;<br>方法or属性:setDistributedTables(tables: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,801|类名:RdbStore;<br>方法or属性:setDistributedTables(tables: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:401,14800000,801|@ohos.data.relationalStore.d.ts|
280|错误码有变化|类名:RdbStore;<br>方法or属性:setDistributedTables(tables: Array\<string>): Promise\<void>;<br>旧版本信息:401,801|类名:RdbStore;<br>方法or属性:setDistributedTables(tables: Array\<string>): Promise\<void>;<br>新版本信息:401,14800000,801|@ohos.data.relationalStore.d.ts|
281|错误码有变化|类名:RdbStore;<br>方法or属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\<string>): void;<br>旧版本信息:401,801|类名:RdbStore;<br>方法or属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\<string>): void;<br>新版本信息:401,14800000,801|@ohos.data.relationalStore.d.ts|
282|错误码有变化|类名:RdbStore;<br>方法or属性:obtainDistributedTableName(device: string, table: string): Promise\<string>;<br>旧版本信息:401,801|类名:RdbStore;<br>方法or属性:obtainDistributedTableName(device: string, table: string): Promise\<string>;<br>新版本信息:401,14800000,801|@ohos.data.relationalStore.d.ts|
283|错误码有变化|类名:RdbStore;<br>方法or属性:sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback\<Array\<[string, number]>>): void;<br>旧版本信息:401,801|类名:RdbStore;<br>方法or属性:sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback\<Array\<[string, number]>>): void;<br>新版本信息:401,14800000,801|@ohos.data.relationalStore.d.ts|
284|错误码有变化|类名:RdbStore;<br>方法or属性:sync(mode: SyncMode, predicates: RdbPredicates): Promise\<Array\<[string, number]>>;<br>旧版本信息:401,801|类名:RdbStore;<br>方法or属性:sync(mode: SyncMode, predicates: RdbPredicates): Promise\<Array\<[string, number]>>;<br>新版本信息:401,14800000,801|@ohos.data.relationalStore.d.ts|
285|错误码有变化|类名:RdbStore;<br>方法or属性:remoteQuery(<br>      device: string,<br>      table: string,<br>      predicates: RdbPredicates,<br>      columns: Array\<string>,<br>      callback: AsyncCallback\<ResultSet><br>    ): void;<br>旧版本信息:401,801|类名:RdbStore;<br>方法or属性:remoteQuery(<br>      device: string,<br>      table: string,<br>      predicates: RdbPredicates,<br>      columns: Array\<string>,<br>      callback: AsyncCallback\<ResultSet><br>    ): void;<br>新版本信息:401,14800000,801|@ohos.data.relationalStore.d.ts|
286|错误码有变化|类名:RdbStore;<br>方法or属性:remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array\<string>): Promise\<ResultSet>;<br>旧版本信息:401,801|类名:RdbStore;<br>方法or属性:remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array\<string>): Promise\<ResultSet>;<br>新版本信息:401,14800000,801|@ohos.data.relationalStore.d.ts|
287|访问级别有变化|类名:dataSharePredicates;<br>方法or属性:declare dataSharePredicates<br>旧版本信息:systemapi|类名:dataSharePredicates;<br>方法or属性:declare dataSharePredicates<br>新版本信息:|@ohos.data.dataSharePredicates.d.ts|
288|访问级别有变化|类名:DataSharePredicates;<br>方法or属性:class DataSharePredicates<br>旧版本信息:systemapi|类名:DataSharePredicates;<br>方法or属性:class DataSharePredicates<br>新版本信息:|@ohos.data.dataSharePredicates.d.ts|
289|访问级别有变化|类名:DataSharePredicates;<br>方法or属性:equalTo(field: string, value: ValueType): DataSharePredicates;<br>旧版本信息:systemapi|类名:DataSharePredicates;<br>方法or属性:equalTo(field: string, value: ValueType): DataSharePredicates;<br>新版本信息:|@ohos.data.dataSharePredicates.d.ts|
290|访问级别有变化|类名:DataSharePredicates;<br>方法or属性:and(): DataSharePredicates;<br>旧版本信息:systemapi|类名:DataSharePredicates;<br>方法or属性:and(): DataSharePredicates;<br>新版本信息:|@ohos.data.dataSharePredicates.d.ts|
291|访问级别有变化|类名:DataSharePredicates;<br>方法or属性:orderByAsc(field: string): DataSharePredicates;<br>旧版本信息:systemapi|类名:DataSharePredicates;<br>方法or属性:orderByAsc(field: string): DataSharePredicates;<br>新版本信息:|@ohos.data.dataSharePredicates.d.ts|
292|访问级别有变化|类名:DataSharePredicates;<br>方法or属性:orderByDesc(field: string): DataSharePredicates;<br>旧版本信息:systemapi|类名:DataSharePredicates;<br>方法or属性:orderByDesc(field: string): DataSharePredicates;<br>新版本信息:|@ohos.data.dataSharePredicates.d.ts|
293|访问级别有变化|类名:DataSharePredicates;<br>方法or属性:limit(total: number, offset: number): DataSharePredicates;<br>旧版本信息:systemapi|类名:DataSharePredicates;<br>方法or属性:limit(total: number, offset: number): DataSharePredicates;<br>新版本信息:|@ohos.data.dataSharePredicates.d.ts|
294|访问级别有变化|类名:DataSharePredicates;<br>方法or属性:in(field: string, value: Array\<ValueType>): DataSharePredicates;<br>旧版本信息:systemapi|类名:DataSharePredicates;<br>方法or属性:in(field: string, value: Array\<ValueType>): DataSharePredicates;<br>新版本信息:|@ohos.data.dataSharePredicates.d.ts|
295|访问级别有变化|类名:sourcefile;<br>方法or属性:export type ValueType = number \| string \| boolean;<br>旧版本信息:systemapi|类名:sourcefile;<br>方法or属性:export type ValueType = number \| string \| boolean;<br>新版本信息:|@ohos.data.ValuesBucket.d.ts|
296|访问级别有变化|类名:sourcefile;<br>方法or属性:export type ValuesBucket = {<br><br>  [key: string]: ValueType \| Uint8Array \| null;<br><br>};<br>旧版本信息:systemapi|类名:sourcefile;<br>方法or属性:export type ValuesBucket = {<br><br>  [key: string]: ValueType \| Uint8Array \| null;<br><br>};<br>新版本信息:|@ohos.data.ValuesBucket.d.ts|
297|权限有变化|类名:SubscribeType;<br>方法or属性:SUBSCRIBE_TYPE_REMOTE = 0<br>旧版本信息:|类名:SubscribeType;<br>方法or属性:SUBSCRIBE_TYPE_REMOTE = 0<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.rdb.d.ts|
298|权限有变化|类名:SubscribeType;<br>方法or属性:SUBSCRIBE_TYPE_REMOTE = 0<br>旧版本信息:|类名:SubscribeType;<br>方法or属性:SUBSCRIBE_TYPE_REMOTE = 0<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.data.relationalStore.d.ts|
299|type有变化|类名:DataShareExtensionAbility;<br>方法or属性:context: ExtensionContext;<br>旧版本信息:|类名:DataShareExtensionAbility;<br>方法or属性:context: ExtensionContext;<br>新版本信息:ExtensionContext|@ohos.application.DataShareExtensionAbility.d.ts|
300|函数有变化|类名:DataShareExtensionAbility;<br>方法or属性:context?: ExtensionContext;|类名:DataShareExtensionAbility;<br>方法or属性:context: ExtensionContext;|@ohos.application.DataShareExtensionAbility.d.ts|
301|函数有变化|类名:dataShare;<br>方法or属性:function createDataShareHelper(context: Context, uri: string): Promise\<DataShareHelper>;|类名:dataShare;<br>方法or属性:function createDataShareHelper(<br>    context: Context,<br>    uri: string,<br>    options?: DataShareHelperOptions<br>  ): Promise\<DataShareHelper>;|@ohos.data.dataShare.d.ts|
302|函数有变化|类名:KVManagerConfig;<br>方法or属性:context: Context;|类名:KVManagerConfig;<br>方法or属性:context: BaseContext;|@ohos.data.distributedKVStore.d.ts|
303|函数有变化|类名:Preferences;<br>方法or属性:on(type: 'change', callback: Callback\<{ key: string }>): void;|类名:Preferences;<br>方法or属性:on(type: 'change', callback: (key: string) => void): void;|@ohos.data.preferences.d.ts|
304|函数有变化|类名:Preferences;<br>方法or属性:on(type: 'change', callback: Callback\<{ key: string }>): void;|类名:Preferences;<br>方法or属性:on(type: 'multiProcessChange', callback: (key: string) => void): void;|@ohos.data.preferences.d.ts|
305|函数有变化|类名:Preferences;<br>方法or属性:off(type: 'change', callback?: Callback\<{ key: string }>): void;|类名:Preferences;<br>方法or属性:off(type: 'change', callback?: (key: string) => void): void;|@ohos.data.preferences.d.ts|
306|函数有变化|类名:Preferences;<br>方法or属性:off(type: 'change', callback?: Callback\<{ key: string }>): void;|类名:Preferences;<br>方法or属性:off(type: 'multiProcessChange', callback?: (key: string) => void): void;|@ohos.data.preferences.d.ts|
307|函数有变化|类名:relationalStore;<br>方法or属性:type ValueType = number \| string \| boolean \| Uint8Array;|类名:relationalStore;<br>方法or属性:type ValueType = null \| number \| string \| boolean \| Uint8Array \| Asset \| Assets;|@ohos.data.relationalStore.d.ts|
308|函数有变化|类名:relationalStore;<br>方法or属性:type ValuesBucket = { [key:string]: ValueType \| Uint8Array \| null;}|类名:relationalStore;<br>方法or属性:type ValuesBucket = { [key: string]: ValueType; };|@ohos.data.relationalStore.d.ts|
309|跨平台能力有变化|类名:preferences;<br>方法or属性:declare preferences<br>旧版本信息:|类名:preferences;<br>方法or属性:declare preferences<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
310|跨平台能力有变化|类名:preferences;<br>方法or属性:function getPreferences(context: Context, name: string, callback: AsyncCallback\<Preferences>): void;<br>旧版本信息:|类名:preferences;<br>方法or属性:function getPreferences(context: Context, name: string, callback: AsyncCallback\<Preferences>): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
311|跨平台能力有变化|类名:preferences;<br>方法or属性:function getPreferences(context: Context, name: string): Promise\<Preferences>;<br>旧版本信息:|类名:preferences;<br>方法or属性:function getPreferences(context: Context, name: string): Promise\<Preferences>;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
312|跨平台能力有变化|类名:preferences;<br>方法or属性:function deletePreferences(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:preferences;<br>方法or属性:function deletePreferences(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
313|跨平台能力有变化|类名:preferences;<br>方法or属性:function deletePreferences(context: Context, name: string): Promise\<void>;<br>旧版本信息:|类名:preferences;<br>方法or属性:function deletePreferences(context: Context, name: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
314|跨平台能力有变化|类名:preferences;<br>方法or属性:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:preferences;<br>方法or属性:function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
315|跨平台能力有变化|类名:preferences;<br>方法or属性:function removePreferencesFromCache(context: Context, name: string): Promise\<void>;<br>旧版本信息:|类名:preferences;<br>方法or属性:function removePreferencesFromCache(context: Context, name: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
316|跨平台能力有变化|类名:Preferences;<br>方法or属性:interface Preferences<br>旧版本信息:|类名:Preferences;<br>方法or属性:interface Preferences<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
317|跨平台能力有变化|类名:Preferences;<br>方法or属性:get(key: string, defValue: ValueType, callback: AsyncCallback\<ValueType>): void;<br>旧版本信息:|类名:Preferences;<br>方法or属性:get(key: string, defValue: ValueType, callback: AsyncCallback\<ValueType>): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
318|跨平台能力有变化|类名:Preferences;<br>方法or属性:get(key: string, defValue: ValueType): Promise\<ValueType>;<br>旧版本信息:|类名:Preferences;<br>方法or属性:get(key: string, defValue: ValueType): Promise\<ValueType>;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
319|跨平台能力有变化|类名:Preferences;<br>方法or属性:getAll(callback: AsyncCallback\<Object>): void;<br>旧版本信息:|类名:Preferences;<br>方法or属性:getAll(callback: AsyncCallback\<Object>): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
320|跨平台能力有变化|类名:Preferences;<br>方法or属性:getAll(): Promise\<Object>;<br>旧版本信息:|类名:Preferences;<br>方法or属性:getAll(): Promise\<Object>;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
321|跨平台能力有变化|类名:Preferences;<br>方法or属性:has(key: string, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:Preferences;<br>方法or属性:has(key: string, callback: AsyncCallback\<boolean>): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
322|跨平台能力有变化|类名:Preferences;<br>方法or属性:has(key: string): Promise\<boolean>;<br>旧版本信息:|类名:Preferences;<br>方法or属性:has(key: string): Promise\<boolean>;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
323|跨平台能力有变化|类名:Preferences;<br>方法or属性:put(key: string, value: ValueType, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Preferences;<br>方法or属性:put(key: string, value: ValueType, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
324|跨平台能力有变化|类名:Preferences;<br>方法or属性:put(key: string, value: ValueType): Promise\<void>;<br>旧版本信息:|类名:Preferences;<br>方法or属性:put(key: string, value: ValueType): Promise\<void>;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
325|跨平台能力有变化|类名:Preferences;<br>方法or属性:delete(key: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Preferences;<br>方法or属性:delete(key: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
326|跨平台能力有变化|类名:Preferences;<br>方法or属性:delete(key: string): Promise\<void>;<br>旧版本信息:|类名:Preferences;<br>方法or属性:delete(key: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
327|跨平台能力有变化|类名:Preferences;<br>方法or属性:clear(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Preferences;<br>方法or属性:clear(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
328|跨平台能力有变化|类名:Preferences;<br>方法or属性:clear(): Promise\<void>;<br>旧版本信息:|类名:Preferences;<br>方法or属性:clear(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
329|跨平台能力有变化|类名:Preferences;<br>方法or属性:flush(callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Preferences;<br>方法or属性:flush(callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
330|跨平台能力有变化|类名:Preferences;<br>方法or属性:flush(): Promise\<void>;<br>旧版本信息:|类名:Preferences;<br>方法or属性:flush(): Promise\<void>;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
331|跨平台能力有变化|类名:Preferences;<br>方法or属性:on(type: 'change', callback: (key: string) => void): void;<br>旧版本信息:|类名:Preferences;<br>方法or属性:on(type: 'change', callback: (key: string) => void): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
332|跨平台能力有变化|类名:Preferences;<br>方法or属性:off(type: 'change', callback?: (key: string) => void): void;<br>旧版本信息:|类名:Preferences;<br>方法or属性:off(type: 'change', callback?: (key: string) => void): void;<br>新版本信息:crossplatform|@ohos.data.preferences.d.ts|
333|跨平台能力有变化|类名:relationalStore;<br>方法or属性:declare relationalStore<br>旧版本信息:|类名:relationalStore;<br>方法or属性:declare relationalStore<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
334|跨平台能力有变化|类名:relationalStore;<br>方法or属性:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>旧版本信息:|类名:relationalStore;<br>方法or属性:function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
335|跨平台能力有变化|类名:relationalStore;<br>方法or属性:function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore>;<br>旧版本信息:|类名:relationalStore;<br>方法or属性:function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
336|跨平台能力有变化|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
337|跨平台能力有变化|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>旧版本信息:|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, name: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
338|跨平台能力有变化|类名:relationalStore;<br>方法or属性:type ValueType = null \| number \| string \| boolean \| Uint8Array \| Asset \| Assets;<br>旧版本信息:|类名:relationalStore;<br>方法or属性:type ValueType = null \| number \| string \| boolean \| Uint8Array \| Asset \| Assets;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
339|跨平台能力有变化|类名:relationalStore;<br>方法or属性:type ValuesBucket = { [key: string]: ValueType; };<br>旧版本信息:|类名:relationalStore;<br>方法or属性:type ValuesBucket = { [key: string]: ValueType; };<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
340|跨平台能力有变化|类名:StoreConfig;<br>方法or属性:interface StoreConfig<br>旧版本信息:|类名:StoreConfig;<br>方法or属性:interface StoreConfig<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
341|跨平台能力有变化|类名:StoreConfig;<br>方法or属性:name: string;<br>旧版本信息:|类名:StoreConfig;<br>方法or属性:name: string;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
342|跨平台能力有变化|类名:StoreConfig;<br>方法or属性:securityLevel: SecurityLevel;<br>旧版本信息:|类名:StoreConfig;<br>方法or属性:securityLevel: SecurityLevel;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
343|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:enum SecurityLevel<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:enum SecurityLevel<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
344|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S1 = 1<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S1 = 1<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
345|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S2 = 2<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S2 = 2<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
346|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S3 = 3<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S3 = 3<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
347|跨平台能力有变化|类名:SecurityLevel;<br>方法or属性:S4 = 4<br>旧版本信息:|类名:SecurityLevel;<br>方法or属性:S4 = 4<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
348|跨平台能力有变化|类名:RdbStore;<br>方法or属性:interface RdbStore<br>旧版本信息:|类名:RdbStore;<br>方法or属性:interface RdbStore<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
349|跨平台能力有变化|类名:RdbStore;<br>方法or属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback\<number>): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
350|跨平台能力有变化|类名:RdbStore;<br>方法or属性:insert(table: string, values: ValuesBucket): Promise\<number>;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:insert(table: string, values: ValuesBucket): Promise\<number>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
351|跨平台能力有变化|类名:RdbStore;<br>方法or属性:batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:batchInsert(table: string, values: Array\<ValuesBucket>, callback: AsyncCallback\<number>): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
352|跨平台能力有变化|类名:RdbStore;<br>方法or属性:batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:batchInsert(table: string, values: Array\<ValuesBucket>): Promise\<number>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
353|跨平台能力有变化|类名:RdbStore;<br>方法or属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
354|跨平台能力有变化|类名:RdbStore;<br>方法or属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise\<number>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
355|跨平台能力有变化|类名:RdbStore;<br>方法or属性:delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:delete(predicates: RdbPredicates, callback: AsyncCallback\<number>): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
356|跨平台能力有变化|类名:RdbStore;<br>方法or属性:delete(predicates: RdbPredicates): Promise\<number>;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:delete(predicates: RdbPredicates): Promise\<number>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
357|跨平台能力有变化|类名:RdbStore;<br>方法or属性:query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:query(predicates: RdbPredicates, columns: Array\<string>, callback: AsyncCallback\<ResultSet>): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
358|跨平台能力有变化|类名:RdbStore;<br>方法or属性:query(predicates: RdbPredicates, columns?: Array\<string>): Promise\<ResultSet>;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:query(predicates: RdbPredicates, columns?: Array\<string>): Promise\<ResultSet>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
359|跨平台能力有变化|类名:RdbStore;<br>方法or属性:querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:querySql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<ResultSet>): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
360|跨平台能力有变化|类名:RdbStore;<br>方法or属性:querySql(sql: string, bindArgs?: Array\<ValueType>): Promise\<ResultSet>;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:querySql(sql: string, bindArgs?: Array\<ValueType>): Promise\<ResultSet>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
361|跨平台能力有变化|类名:RdbStore;<br>方法or属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:executeSql(sql: string, bindArgs: Array\<ValueType>, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
362|跨平台能力有变化|类名:RdbStore;<br>方法or属性:executeSql(sql: string, bindArgs?: Array\<ValueType>): Promise\<void>;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:executeSql(sql: string, bindArgs?: Array\<ValueType>): Promise\<void>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
363|跨平台能力有变化|类名:RdbStore;<br>方法or属性:beginTransaction(): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:beginTransaction(): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
364|跨平台能力有变化|类名:RdbStore;<br>方法or属性:commit(): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:commit(): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
365|跨平台能力有变化|类名:RdbStore;<br>方法or属性:rollBack(): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:rollBack(): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
366|跨平台能力有变化|类名:RdbStore;<br>方法or属性:backup(destName: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:backup(destName: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
367|跨平台能力有变化|类名:RdbStore;<br>方法or属性:backup(destName: string): Promise\<void>;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:backup(destName: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
368|跨平台能力有变化|类名:RdbStore;<br>方法or属性:restore(srcName: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:restore(srcName: string, callback: AsyncCallback\<void>): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
369|跨平台能力有变化|类名:RdbStore;<br>方法or属性:restore(srcName: string): Promise\<void>;<br>旧版本信息:|类名:RdbStore;<br>方法or属性:restore(srcName: string): Promise\<void>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
370|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:class RdbPredicates<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:class RdbPredicates<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
371|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:constructor(name: string);<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:constructor(name: string);<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
372|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:equalTo(field: string, value: ValueType): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:equalTo(field: string, value: ValueType): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
373|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:notEqualTo(field: string, value: ValueType): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:notEqualTo(field: string, value: ValueType): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
374|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:beginWrap(): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:beginWrap(): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
375|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:endWrap(): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:endWrap(): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
376|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:or(): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:or(): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
377|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:and(): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:and(): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
378|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:contains(field: string, value: string): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:contains(field: string, value: string): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
379|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:beginsWith(field: string, value: string): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:beginsWith(field: string, value: string): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
380|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:endsWith(field: string, value: string): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:endsWith(field: string, value: string): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
381|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:isNull(field: string): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:isNull(field: string): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
382|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:isNotNull(field: string): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:isNotNull(field: string): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
383|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:like(field: string, value: string): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:like(field: string, value: string): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
384|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:glob(field: string, value: string): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:glob(field: string, value: string): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
385|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:between(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:between(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
386|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
387|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:greaterThan(field: string, value: ValueType): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:greaterThan(field: string, value: ValueType): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
388|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:lessThan(field: string, value: ValueType): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:lessThan(field: string, value: ValueType): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
389|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
390|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
391|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:orderByAsc(field: string): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:orderByAsc(field: string): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
392|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:orderByDesc(field: string): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:orderByDesc(field: string): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
393|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:distinct(): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:distinct(): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
394|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:limitAs(value: number): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:limitAs(value: number): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
395|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:offsetAs(rowOffset: number): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:offsetAs(rowOffset: number): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
396|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:groupBy(fields: Array\<string>): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:groupBy(fields: Array\<string>): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
397|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:indexedBy(field: string): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:indexedBy(field: string): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
398|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:in(field: string, value: Array\<ValueType>): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:in(field: string, value: Array\<ValueType>): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
399|跨平台能力有变化|类名:RdbPredicates;<br>方法or属性:notIn(field: string, value: Array\<ValueType>): RdbPredicates;<br>旧版本信息:|类名:RdbPredicates;<br>方法or属性:notIn(field: string, value: Array\<ValueType>): RdbPredicates;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
400|跨平台能力有变化|类名:ResultSet;<br>方法or属性:interface ResultSet<br>旧版本信息:|类名:ResultSet;<br>方法or属性:interface ResultSet<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
401|跨平台能力有变化|类名:ResultSet;<br>方法or属性:columnNames: Array\<string>;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:columnNames: Array\<string>;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
402|跨平台能力有变化|类名:ResultSet;<br>方法or属性:columnCount: number;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:columnCount: number;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
403|跨平台能力有变化|类名:ResultSet;<br>方法or属性:rowCount: number;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:rowCount: number;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
404|跨平台能力有变化|类名:ResultSet;<br>方法or属性:rowIndex: number;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:rowIndex: number;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
405|跨平台能力有变化|类名:ResultSet;<br>方法or属性:isAtFirstRow: boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:isAtFirstRow: boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
406|跨平台能力有变化|类名:ResultSet;<br>方法or属性:isAtLastRow: boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:isAtLastRow: boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
407|跨平台能力有变化|类名:ResultSet;<br>方法or属性:isEnded: boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:isEnded: boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
408|跨平台能力有变化|类名:ResultSet;<br>方法or属性:isStarted: boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:isStarted: boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
409|跨平台能力有变化|类名:ResultSet;<br>方法or属性:isClosed: boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:isClosed: boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
410|跨平台能力有变化|类名:ResultSet;<br>方法or属性:getColumnIndex(columnName: string): number;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:getColumnIndex(columnName: string): number;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
411|跨平台能力有变化|类名:ResultSet;<br>方法or属性:getColumnName(columnIndex: number): string;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:getColumnName(columnIndex: number): string;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
412|跨平台能力有变化|类名:ResultSet;<br>方法or属性:goTo(offset: number): boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:goTo(offset: number): boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
413|跨平台能力有变化|类名:ResultSet;<br>方法or属性:goToRow(position: number): boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:goToRow(position: number): boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
414|跨平台能力有变化|类名:ResultSet;<br>方法or属性:goToFirstRow(): boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:goToFirstRow(): boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
415|跨平台能力有变化|类名:ResultSet;<br>方法or属性:goToLastRow(): boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:goToLastRow(): boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
416|跨平台能力有变化|类名:ResultSet;<br>方法or属性:goToNextRow(): boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:goToNextRow(): boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
417|跨平台能力有变化|类名:ResultSet;<br>方法or属性:goToPreviousRow(): boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:goToPreviousRow(): boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
418|跨平台能力有变化|类名:ResultSet;<br>方法or属性:getBlob(columnIndex: number): Uint8Array;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:getBlob(columnIndex: number): Uint8Array;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
419|跨平台能力有变化|类名:ResultSet;<br>方法or属性:getString(columnIndex: number): string;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:getString(columnIndex: number): string;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
420|跨平台能力有变化|类名:ResultSet;<br>方法or属性:getLong(columnIndex: number): number;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:getLong(columnIndex: number): number;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
421|跨平台能力有变化|类名:ResultSet;<br>方法or属性:getDouble(columnIndex: number): number;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:getDouble(columnIndex: number): number;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
422|跨平台能力有变化|类名:ResultSet;<br>方法or属性:isColumnNull(columnIndex: number): boolean;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:isColumnNull(columnIndex: number): boolean;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
423|跨平台能力有变化|类名:ResultSet;<br>方法or属性:close(): void;<br>旧版本信息:|类名:ResultSet;<br>方法or属性:close(): void;<br>新版本信息:crossplatform|@ohos.data.relationalStore.d.ts|
424