| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Deleted|Class name: DistributedObject;
Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\ }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Class name: DataObject;
Method or attribute name: on(type: 'change', callback: Callback\<{ sessionId: string, fields: Array\ }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Class name: DistributedObject;
Method or attribute name: on(type: 'status',
callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Class name: DataObject;
Method or attribute name: on(type: 'status',
callback: Callback\<{ sessionId: string, networkId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Class name: DistributedObject;
Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\ }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Class name: DataObject;
Method or attribute name: off(type: 'change', callback?: Callback\<{ sessionId: string, fields: Array\ }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Class name: DistributedObject;
Method or attribute name: off(type: 'status',
callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Deleted|Class name: DataObject;
Method or attribute name: off(type: 'status',
callback?: Callback\<{ sessionId: string, deviceId: string, status: 'online' \| 'offline' }>): void;|NA|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: Asset;
Method or attribute name: name: string;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ClearAction;
Method or attribute name: CLEAR_CLOUD_INFO|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: ClearAction;
Method or attribute name: CLEAR_CLOUD_DATA_AND_INFO|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: Config;
Method or attribute name: static enableCloud(
accountId: string,
switches: { [bundleName: string]: boolean },
callback: AsyncCallback\
): void;|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: Config;
Method or attribute name: static enableCloud(accountId: string, switches: { [bundleName: string]: boolean }): Promise\;|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: Config;
Method or attribute name: static disableCloud(accountId: string, callback: AsyncCallback\): void;|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: Config;
Method or attribute name: static disableCloud(accountId: string): Promise\;|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: Config;
Method or attribute name: static changeAppCloudSwitch(
accountId: string,
bundleName: string,
status: boolean,
callback: AsyncCallback\
): void;|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: Config;
Method or attribute name: static changeAppCloudSwitch(accountId: string, bundleName: string, status: boolean): Promise\;|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: Config;
Method or attribute name: static notifyDataChange(accountId: string, bundleName: string, callback: AsyncCallback\): void;|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: Config;
Method or attribute name: static notifyDataChange(accountId: string, bundleName: string): Promise\;|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: Config;
Method or attribute name: static clear(
accountId: string,
appActions: { [bundleName: string]: ClearAction },
callback: AsyncCallback\
): void;|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: Config;
Method or attribute name: static clear(accountId: string, appActions: { [bundleName: string]: ClearAction }): Promise\;|@ohos.data.cloudData.d.ts|
|Added|NA|Class name: dataShare;
Method or attribute name: function createDataShareHelper(
context: Context,
uri: string,
options: DataShareHelperOptions,
callback: AsyncCallback\
): void;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelperOptions;
Method or attribute name: isProxy?: boolean;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: TemplateId;
Method or attribute name: subscriberId: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: PublishedItem;
Method or attribute name: subscriberId: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: TemplateId;
Method or attribute name: bundleNameOfOwner: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: PublishedItem;
Method or attribute name: key: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: OperationResult;
Method or attribute name: key: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: PublishedItem;
Method or attribute name: data: string \| ArrayBuffer;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: RdbDataChangeNode;
Method or attribute name: uri: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: RdbDataChangeNode;
Method or attribute name: templateId: TemplateId;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: RdbDataChangeNode;
Method or attribute name: data: Array\;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: PublishedDataChangeNode;
Method or attribute name: bundleName: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: PublishedDataChangeNode;
Method or attribute name: data: Array\;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: Template;
Method or attribute name: predicates: { [key: string]: string };|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: Template;
Method or attribute name: scheduler: string;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: OperationResult;
Method or attribute name: result: number;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper;
Method or attribute name: on(
type: 'rdbDataChange',
uris: Array\,
templateId: TemplateId,
callback: AsyncCallback\
): Array\;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper;
Method or attribute name: on(
type: 'publishedDataChange',
uris: Array\,
subscriberId: string,
callback: AsyncCallback\
): Array\;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper;
Method or attribute name: off(
type: 'rdbDataChange',
uris: Array\,
templateId: TemplateId,
callback?: AsyncCallback\
): Array\;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper;
Method or attribute name: off(
type: 'publishedDataChange',
uris: Array\,
subscriberId: string,
callback?: AsyncCallback\
): Array\;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper;
Method or attribute name: addTemplate(uri: string, subscriberId: string, template: Template): void;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper;
Method or attribute name: delTemplate(uri: string, subscriberId: string): void;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper;
Method or attribute name: publish(
data: Array\,
bundleName: string,
version: number,
callback: AsyncCallback\>
): void;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper;
Method or attribute name: publish(
data: Array\,
bundleName: string,
callback: AsyncCallback\>
): void;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper;
Method or attribute name: publish(data: Array\, bundleName: string, version?: number): Promise\>;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper;
Method or attribute name: getPublishedData(bundleName: string, callback: AsyncCallback\>): void;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DataShareHelper;
Method or attribute name: getPublishedData(bundleName: string): Promise\>;|@ohos.data.dataShare.d.ts|
|Added|NA|Class name: DistributedObject;
Method or attribute name: on(type: 'change', callback: (sessionId: string, fields: Array\) => void): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject;
Method or attribute name: on(type: 'change', callback: (sessionId: string, fields: Array\) => void ): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DistributedObject;
Method or attribute name: on(
type: 'status',
callback: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void
): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject;
Method or attribute name: on(
type: 'status',
callback: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void
): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DistributedObject;
Method or attribute name: off(type: 'change', callback?: (sessionId: string, fields: Array\) => void): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject;
Method or attribute name: off(type: 'change', callback?: (sessionId: string, fields: Array\) => void ): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DistributedObject;
Method or attribute name: off(
type: 'status',
callback?: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void
): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: DataObject;
Method or attribute name: off(
type: 'status',
callback?: (sessionId: string, networkId: string, status: 'online' \| 'offline' ) => void
): void;|@ohos.data.distributedDataObject.d.ts|
|Added|NA|Class name: preferences;
Method or attribute name: function getPreferences(context: Context, options: Options, callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: preferences;
Method or attribute name: function getPreferences(context: Context, options: Options): Promise\;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: preferences;
Method or attribute name: function getPreferencesSync(context: Context, options: Options): Preferences;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: preferences;
Method or attribute name: function deletePreferences(context: Context, options: Options, callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: preferences;
Method or attribute name: function deletePreferences(context: Context, options: Options): Promise\;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: preferences;
Method or attribute name: function removePreferencesFromCache(context: Context, options: Options, callback: AsyncCallback\): void;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: preferences;
Method or attribute name: function removePreferencesFromCache(context: Context, options: Options): Promise\;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: preferences;
Method or attribute name: function removePreferencesFromCacheSync(context: Context, name: string): void;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: preferences;
Method or attribute name: function removePreferencesFromCacheSync(context: Context, options: Options): void;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: Options;
Method or attribute name: name: string;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: Options;
Method or attribute name: dataGroupId?: string;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: Preferences;
Method or attribute name: getSync(key: string, defValue: ValueType): ValueType;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: Preferences;
Method or attribute name: getAllSync(): Object;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: Preferences;
Method or attribute name: hasSync(key: string): boolean;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: Preferences;
Method or attribute name: putSync(key: string, value: ValueType): void;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: Preferences;
Method or attribute name: deleteSync(key: string): void;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: Preferences;
Method or attribute name: clearSync(): void;|@ohos.data.preferences.d.ts|
|Added|NA|Class name: relationalStore;
Method or attribute name: type Assets = Asset[];|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: relationalStore;
Method or attribute name: type PRIKeyType = number \| string;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: relationalStore;
Method or attribute name: type UTCTime = Date;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: relationalStore;
Method or attribute name: type ModifyTime = Map\;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: relationalStore;
Method or attribute name: function deleteRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: relationalStore;
Method or attribute name: function deleteRdbStore(context: Context, config: StoreConfig): Promise\;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: AssetStatus;
Method or attribute name: ASSET_NORMAL|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: AssetStatus;
Method or attribute name: ASSET_INSERT|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: AssetStatus;
Method or attribute name: ASSET_UPDATE|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: AssetStatus;
Method or attribute name: ASSET_DELETE|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: AssetStatus;
Method or attribute name: ASSET_ABNORMAL|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: AssetStatus;
Method or attribute name: ASSET_DOWNLOADING|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Asset;
Method or attribute name: uri: string;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Asset;
Method or attribute name: path: string;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Asset;
Method or attribute name: createTime: string;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Asset;
Method or attribute name: modifyTime: string;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Asset;
Method or attribute name: size: string;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Asset;
Method or attribute name: status?: AssetStatus;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: StoreConfig;
Method or attribute name: dataGroupId?: string;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Progress;
Method or attribute name: SYNC_BEGIN|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Progress;
Method or attribute name: SYNC_IN_PROGRESS|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Progress;
Method or attribute name: SYNC_FINISH|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Statistic;
Method or attribute name: total: number;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Statistic;
Method or attribute name: successful: number;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Statistic;
Method or attribute name: failed: number;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: Statistic;
Method or attribute name: remained: number;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: TableDetails;
Method or attribute name: upload: Statistic;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: TableDetails;
Method or attribute name: download: Statistic;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ProgressCode;
Method or attribute name: SUCCESS|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ProgressCode;
Method or attribute name: UNKNOWN_ERROR|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ProgressCode;
Method or attribute name: NETWORK_ERROR|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ProgressCode;
Method or attribute name: CLOUD_DISABLED|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ProgressCode;
Method or attribute name: LOCKED_BY_OTHERS|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ProgressCode;
Method or attribute name: RECORD_LIMIT_EXCEEDED|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ProgressCode;
Method or attribute name: NO_SPACE_FOR_ASSET|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ProgressDetails;
Method or attribute name: schedule: Progress;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ProgressDetails;
Method or attribute name: code: ProgressCode;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ProgressDetails;
Method or attribute name: details: {
[table: string]: TableDetails;
};|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: SyncMode;
Method or attribute name: SYNC_MODE_TIME_FIRST|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: SyncMode;
Method or attribute name: SYNC_MODE_NATIVE_FIRST|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: SyncMode;
Method or attribute name: SYNC_MODE_CLOUD_FIRST|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: SubscribeType;
Method or attribute name: SUBSCRIBE_TYPE_CLOUD|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: SubscribeType;
Method or attribute name: SUBSCRIBE_TYPE_CLOUD_DETAILS|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ChangeType;
Method or attribute name: DATA_CHANGE|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ChangeType;
Method or attribute name: ASSET_CHANGE|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ChangeInfo;
Method or attribute name: table: string;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ChangeInfo;
Method or attribute name: type: ChangeType;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ChangeInfo;
Method or attribute name: inserted: Array\ \| Array\;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ChangeInfo;
Method or attribute name: updated: Array\ \| Array\;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ChangeInfo;
Method or attribute name: deleted: Array\ \| Array\;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: DistributedType;
Method or attribute name: DISTRIBUTED_DEVICE|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: DistributedType;
Method or attribute name: DISTRIBUTED_CLOUD|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: DistributedConfig;
Method or attribute name: autoSync: boolean;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ConflictResolution;
Method or attribute name: ON_CONFLICT_NONE = 0|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ConflictResolution;
Method or attribute name: ON_CONFLICT_ROLLBACK = 1|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ConflictResolution;
Method or attribute name: ON_CONFLICT_ABORT = 2|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ConflictResolution;
Method or attribute name: ON_CONFLICT_FAIL = 3|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ConflictResolution;
Method or attribute name: ON_CONFLICT_IGNORE = 4|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ConflictResolution;
Method or attribute name: ON_CONFLICT_REPLACE = 5|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ResultSet;
Method or attribute name: getAsset(columnIndex: number): Asset;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: ResultSet;
Method or attribute name: getAssets(columnIndex: number): Assets;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: version: number;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: insert(table: string, values: ValuesBucket, conflict: ConflictResolution, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: insert(table: string, values: ValuesBucket, conflict: ConflictResolution): Promise\;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: update(
values: ValuesBucket,
predicates: RdbPredicates,
conflict: ConflictResolution,
callback: AsyncCallback\
): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, conflict: ConflictResolution): Promise\;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: query(predicates: RdbPredicates, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: query(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: querySql(sql: string, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[]): Promise\;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: getModifyTime(
table: string,
columnName: string,
primaryKeys: PRIKeyType[],
callback: AsyncCallback\
): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: executeSql(sql: string, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: setDistributedTables(tables: Array\, type: DistributedType, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: setDistributedTables(
tables: Array\,
type: DistributedType,
config: DistributedConfig,
callback: AsyncCallback\
): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: setDistributedTables(tables: Array\, type?: DistributedType, config?: DistributedConfig): Promise\;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: cloudSync(mode: SyncMode, progress: Callback\, callback: AsyncCallback\): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: cloudSync(mode: SyncMode, progress: Callback\): Promise\;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: cloudSync(
mode: SyncMode,
tables: string[],
progress: Callback\,
callback: AsyncCallback\
): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: cloudSync(mode: SyncMode, tables: string[], progress: Callback\): Promise\;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: on(event: 'dataChange', type: SubscribeType, observer: Callback\> \| Callback\>): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: on(event: string, interProcess: boolean, observer: Callback\): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: off(
event: 'dataChange',
type: SubscribeType,
observer?: Callback\> \| Callback\>
): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: off(event: string, interProcess: boolean, observer?: Callback\): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: RdbStore;
Method or attribute name: emit(event: string): void;|@ohos.data.relationalStore.d.ts|
|Added|NA|Class name: unifiedDataChannel;
Method or attribute name: type Options = {
/**
* Indicates the target Intention
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
intention?: Intention;
/**
* Indicates the unique identifier of target UnifiedData
*
* @syscap SystemCapability.DistributedDataManager.UDMF.Core
* @since 10
*/
key?: string;
};|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: unifiedDataChannel;
Method or attribute name: function insertData(options: Options, data: UnifiedData, callback: AsyncCallback\): void;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: unifiedDataChannel;
Method or attribute name: function insertData(options: Options, data: UnifiedData): Promise\;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: unifiedDataChannel;
Method or attribute name: function updateData(options: Options, data: UnifiedData, callback: AsyncCallback\): void;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: unifiedDataChannel;
Method or attribute name: function updateData(options: Options, data: UnifiedData): Promise\;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: unifiedDataChannel;
Method or attribute name: function queryData(options: Options, callback: AsyncCallback\>): void;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: unifiedDataChannel;
Method or attribute name: function queryData(options: Options): Promise\>;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: unifiedDataChannel;
Method or attribute name: function deleteData(options: Options, callback: AsyncCallback\>): void;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: unifiedDataChannel;
Method or attribute name: function deleteData(options: Options): Promise\>;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: UnifiedData;
Method or attribute name: constructor(record: UnifiedRecord);|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: UnifiedData;
Method or attribute name: addRecord(record: UnifiedRecord): void;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: UnifiedData;
Method or attribute name: getRecords(): Array\;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: Summary;
Method or attribute name: summary: { [key: string]: number };|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: Summary;
Method or attribute name: totalSize: number;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: UnifiedRecord;
Method or attribute name: getType(): string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: Text;
Method or attribute name: details?: { [key: string]: string };|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: File;
Method or attribute name: details?: { [key: string]: string };|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: PlainText;
Method or attribute name: textContent: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: PlainText;
Method or attribute name: abstract?: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: Hyperlink;
Method or attribute name: url: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: Hyperlink;
Method or attribute name: description?: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: HTML;
Method or attribute name: htmlContent: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: HTML;
Method or attribute name: plainContent?: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: File;
Method or attribute name: uri: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: Image;
Method or attribute name: imageUri: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: Video;
Method or attribute name: videoUri: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: Audio;
Method or attribute name: audioUri: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: Folder;
Method or attribute name: folderUri: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedRecord;
Method or attribute name: details?: { [key: string]: number \| string \| Uint8Array };|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedForm;
Method or attribute name: formId: number;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedForm;
Method or attribute name: formName: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedForm;
Method or attribute name: bundleName: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedAppItem;
Method or attribute name: bundleName: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedForm;
Method or attribute name: abilityName: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedAppItem;
Method or attribute name: abilityName: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedForm;
Method or attribute name: module: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedAppItem;
Method or attribute name: appId: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedAppItem;
Method or attribute name: appName: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedAppItem;
Method or attribute name: appIconId: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedAppItem;
Method or attribute name: appLabelId: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: SystemDefinedPixelMap;
Method or attribute name: rawData: Uint8Array;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: ApplicationDefinedRecord;
Method or attribute name: rawData: Uint8Array;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: ApplicationDefinedRecord;
Method or attribute name: applicationDefinedType: string;|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: Intention;
Method or attribute name: DATA_HUB = 'DataHub'|@ohos.data.unifiedDataChannel.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: TEXT = 'general.text'|@ohos.data.uniformTypeDescriptor.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: PLAIN_TEXT = 'general.plain-text'|@ohos.data.uniformTypeDescriptor.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: HYPERLINK = 'general.hyperlink'|@ohos.data.uniformTypeDescriptor.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: HTML = 'general.html'|@ohos.data.uniformTypeDescriptor.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: FILE = 'general.file'|@ohos.data.uniformTypeDescriptor.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: IMAGE = 'general.image'|@ohos.data.uniformTypeDescriptor.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: VIDEO = 'general.video'|@ohos.data.uniformTypeDescriptor.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: AUDIO = 'general.audio'|@ohos.data.uniformTypeDescriptor.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: FOLDER = 'general.folder'|@ohos.data.uniformTypeDescriptor.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: OPENHARMONY_FORM = 'openharmony.form'|@ohos.data.uniformTypeDescriptor.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: OPENHARMONY_APP_ITEM = 'openharmony.app-item'|@ohos.data.uniformTypeDescriptor.d.ts|
|Added|NA|Class name: UniformDataType;
Method or attribute name: OPENHARMONY_PIXEL_MAP = 'openharmony.pixel-map'|@ohos.data.uniformTypeDescriptor.d.ts|
|Error code changed|Class name: DataAbilityPredicates;
Method or attribute name: limitAs(value: number): DataAbilityPredicates;
Old version information: IllegalPredicateException|Class name: DataAbilityPredicates;
Method or attribute name: limitAs(value: number): DataAbilityPredicates;
New version information: |@ohos.data.dataAbility.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean, callback: AsyncCallback\): void;
New version information: 401, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: put(key: string, value: Uint8Array \| string \| number \| boolean): Promise\;
New version information: 401, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: putBatch(entries: Entry[], callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: putBatch(entries: Entry[], callback: AsyncCallback\): void;
New version information: 401, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: putBatch(entries: Entry[]): Promise\;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: putBatch(entries: Entry[]): Promise\;
New version information: 401, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: putBatch(value: Array\, callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: putBatch(value: Array\, callback: AsyncCallback\): void;
New version information: 401,202, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: putBatch(value: Array\): Promise\;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: putBatch(value: Array\): Promise\;
New version information: 401,202, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: delete(key: string, callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: delete(key: string, callback: AsyncCallback\): void;
New version information: 401, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: delete(key: string): Promise\;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: delete(key: string): Promise\;
New version information: 401, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\);
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\);
New version information: 401,202, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise\;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: delete(predicates: dataSharePredicates.DataSharePredicates): Promise\;
New version information: 401,202, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: deleteBatch(keys: string[], callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: deleteBatch(keys: string[], callback: AsyncCallback\): void;
New version information: 401, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: deleteBatch(keys: string[]): Promise\;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: deleteBatch(keys: string[]): Promise\;
New version information: 401, 15100003,15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(keyPrefix: string, callback: AsyncCallback\): void;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: getResultSet(keyPrefix: string): Promise\;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: getResultSet(keyPrefix: string): Promise\;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(keyPrefix: string): Promise\;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(keyPrefix: string): Promise\;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(query: Query, callback: AsyncCallback\): void;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: getResultSet(query: Query): Promise\;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: getResultSet(query: Query): Promise\;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(query: Query): Promise\;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(query: Query): Promise\;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
New version information: 401,202, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
New version information: 401,202, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
Old version information: 401, 15100003,15100005|Class name: SingleKVStore;
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
New version information: 401,202, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise\;
New version information: 401,202, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: startTransaction(callback: AsyncCallback\): void;
Old version information: 15100005|Class name: SingleKVStore;
Method or attribute name: startTransaction(callback: AsyncCallback\): void;
New version information: 15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: SingleKVStore;
Method or attribute name: startTransaction(): Promise\;
Old version information: 15100005|Class name: SingleKVStore;
Method or attribute name: startTransaction(): Promise\;
New version information: 15100005, 14800047|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback\): void;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string): Promise\;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(deviceId: string, keyPrefix: string): Promise\;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\): void;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(deviceId: string, query: Query, callback: AsyncCallback\): void;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(deviceId: string, query: Query): Promise\;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(deviceId: string, query: Query): Promise\;
New version information: 401, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(
deviceId: string,
predicates: dataSharePredicates.DataSharePredicates,
callback: AsyncCallback\
): void;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(
deviceId: string,
predicates: dataSharePredicates.DataSharePredicates,
callback: AsyncCallback\
): void;
New version information: 401,202, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: DeviceKVStore;
Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
Old version information: 401, 15100003,15100005|Class name: DeviceKVStore;
Method or attribute name: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
New version information: 401,202, 15100001, 15100003,15100005|@ohos.data.distributedKVStore.d.ts|
|Error code changed|Class name: Preferences;
Method or attribute name: on(type: 'multiProcessChange', callback: (key: string) => void): void;
Old version information: 401|Class name: Preferences;
Method or attribute name: on(type: 'multiProcessChange', callback: (key: string) => void): void;
New version information: 401, 15500019|@ohos.data.preferences.d.ts|
|Error code changed|Class name: relationalStore;
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\): void;
Old version information: 401, 14800010, 14800011|Class name: relationalStore;
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\): void;
New version information: 401, 14800000, 14800010, 14800011, 14801001, 14801002|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: relationalStore;
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig): Promise\;
Old version information: 401, 14800010, 14800011|Class name: relationalStore;
Method or attribute name: function getRdbStore(context: Context, config: StoreConfig): Promise\;
New version information: 401, 14800000, 14800010, 14800011, 14801001, 14801002|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: relationalStore;
Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\): void;
Old version information: 401, 14800010|Class name: relationalStore;
Method or attribute name: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback\): void;
New version information: 401, 14800000, 14800010|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: relationalStore;
Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise\;
Old version information: 401, 14800010|Class name: relationalStore;
Method or attribute name: function deleteRdbStore(context: Context, name: string): Promise\;
New version information: 401, 14800000, 14800010|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;
Old version information: 401|Class name: RdbStore;
Method or attribute name: insert(table: string, values: ValuesBucket, callback: AsyncCallback\): void;
New version information: 14800047,401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: insert(table: string, values: ValuesBucket): Promise\;
Old version information: 401|Class name: RdbStore;
Method or attribute name: insert(table: string, values: ValuesBucket): Promise\;
New version information: 14800047,401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: batchInsert(table: string, values: Array\, callback: AsyncCallback\): void;
Old version information: 401|Class name: RdbStore;
Method or attribute name: batchInsert(table: string, values: Array\, callback: AsyncCallback\): void;
New version information: 14800047,401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: batchInsert(table: string, values: Array\): Promise\;
Old version information: 401|Class name: RdbStore;
Method or attribute name: batchInsert(table: string, values: Array\): Promise\;
New version information: 14800047,401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
Old version information: 401|Class name: RdbStore;
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback\): void;
New version information: 14800047,401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
Old version information: 401|Class name: RdbStore;
Method or attribute name: update(values: ValuesBucket, predicates: RdbPredicates): Promise\;
New version information: 14800047,401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: update(
table: string,
values: ValuesBucket,
predicates: dataSharePredicates.DataSharePredicates,
callback: AsyncCallback\
): void;
Old version information: 401,202|Class name: RdbStore;
Method or attribute name: update(
table: string,
values: ValuesBucket,
predicates: dataSharePredicates.DataSharePredicates,
callback: AsyncCallback\
): void;
New version information: 14800047,401, 14800000,202|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
Old version information: 401,202|Class name: RdbStore;
Method or attribute name: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise\;
New version information: 14800047,401, 14800000,202|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback\): void;
Old version information: 401|Class name: RdbStore;
Method or attribute name: delete(predicates: RdbPredicates, callback: AsyncCallback\): void;
New version information: 14800047,401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: delete(predicates: RdbPredicates): Promise\;
Old version information: 401|Class name: RdbStore;
Method or attribute name: delete(predicates: RdbPredicates): Promise\;
New version information: 14800047,401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
Old version information: 401,202|Class name: RdbStore;
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback\): void;
New version information: 14800047,401, 14800000,202|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
Old version information: 401,202|Class name: RdbStore;
Method or attribute name: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise\;
New version information: 14800047,401, 14800000,202|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
Old version information: 401|Class name: RdbStore;
Method or attribute name: query(predicates: RdbPredicates, columns: Array\, callback: AsyncCallback\): void;
New version information: 401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: query(predicates: RdbPredicates, columns?: Array\): Promise\;
Old version information: 401|Class name: RdbStore;
Method or attribute name: query(predicates: RdbPredicates, columns?: Array\): Promise\;
New version information: 401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: query(
table: string,
predicates: dataSharePredicates.DataSharePredicates,
columns: Array\,
callback: AsyncCallback\
): void;
Old version information: 401,202|Class name: RdbStore;
Method or attribute name: query(
table: string,
predicates: dataSharePredicates.DataSharePredicates,
columns: Array\,
callback: AsyncCallback\
): void;
New version information: 401, 14800000,202|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: query(
table: string,
predicates: dataSharePredicates.DataSharePredicates,
columns?: Array\
): Promise\;
Old version information: 401,202|Class name: RdbStore;
Method or attribute name: query(
table: string,
predicates: dataSharePredicates.DataSharePredicates,
columns?: Array\
): Promise\;
New version information: 401, 14800000,202|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Old version information: 401|Class name: RdbStore;
Method or attribute name: querySql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
New version information: 401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: querySql(sql: string, bindArgs?: Array\): Promise\;
Old version information: 401|Class name: RdbStore;
Method or attribute name: querySql(sql: string, bindArgs?: Array\): Promise\;
New version information: 401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
Old version information: 401|Class name: RdbStore;
Method or attribute name: executeSql(sql: string, bindArgs: Array\, callback: AsyncCallback\): void;
New version information: 14800047,401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: executeSql(sql: string, bindArgs?: Array\): Promise\;
Old version information: 401|Class name: RdbStore;
Method or attribute name: executeSql(sql: string, bindArgs?: Array\): Promise\;
New version information: 14800047,401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: beginTransaction(): void;
Old version information: 401|Class name: RdbStore;
Method or attribute name: beginTransaction(): void;
New version information: 14800047,401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: backup(destName: string, callback: AsyncCallback\): void;
Old version information: 401|Class name: RdbStore;
Method or attribute name: backup(destName: string, callback: AsyncCallback\): void;
New version information: 401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: backup(destName: string): Promise\;
Old version information: 401|Class name: RdbStore;
Method or attribute name: backup(destName: string): Promise\;
New version information: 401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: restore(srcName: string, callback: AsyncCallback\): void;
Old version information: 401|Class name: RdbStore;
Method or attribute name: restore(srcName: string, callback: AsyncCallback\): void;
New version information: 401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: restore(srcName: string): Promise\;
Old version information: 401|Class name: RdbStore;
Method or attribute name: restore(srcName: string): Promise\;
New version information: 401, 14800000|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: setDistributedTables(tables: Array\, callback: AsyncCallback\): void;
Old version information: 401,801|Class name: RdbStore;
Method or attribute name: setDistributedTables(tables: Array\, callback: AsyncCallback\): void;
New version information: 401, 14800000,801|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: setDistributedTables(tables: Array\): Promise\;
Old version information: 401,801|Class name: RdbStore;
Method or attribute name: setDistributedTables(tables: Array\): Promise\;
New version information: 401, 14800000,801|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\): void;
Old version information: 401,801|Class name: RdbStore;
Method or attribute name: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback\): void;
New version information: 401, 14800000,801|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise\;
Old version information: 401,801|Class name: RdbStore;
Method or attribute name: obtainDistributedTableName(device: string, table: string): Promise\;
New version information: 401, 14800000,801|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback\>): void;
Old version information: 401,801|Class name: RdbStore;
Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback\>): void;
New version information: 401, 14800000,801|@ohos.data.relationalStore.d.ts|
|Error code changed|Class name: RdbStore;
Method or attribute name: sync(mode: SyncMode, predicates: RdbPredicates): Promise\>;