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