操作 旧版本 新版本 d.ts文件
新增 NA 模块名: ohos.application.DataShareExtensionAbility
类名: DataShareExtensionAbility
@ohos.application.DataShareExtensionAbility.d.ts
新增 NA 模块名: ohos.application.DataShareExtensionAbility
类名: DataShareExtensionAbility
方法 or 属性: context?: ExtensionContext;
@ohos.application.DataShareExtensionAbility.d.ts
新增 NA 模块名: ohos.application.DataShareExtensionAbility
类名: DataShareExtensionAbility
方法 or 属性: onCreate?(want: Want, callback: AsyncCallback<void>): void;
@ohos.application.DataShareExtensionAbility.d.ts
新增 NA 模块名: ohos.application.DataShareExtensionAbility
类名: DataShareExtensionAbility
方法 or 属性: insert?(uri: string, valueBucket: ValuesBucket, callback: AsyncCallback<number>): void;
@ohos.application.DataShareExtensionAbility.d.ts
新增 NA 模块名: ohos.application.DataShareExtensionAbility
类名: DataShareExtensionAbility
方法 or 属性: update?(uri: string, predicates: dataSharePredicates.DataSharePredicates, valueBucket: ValuesBucket,
callback: AsyncCallback<number>): void;
@ohos.application.DataShareExtensionAbility.d.ts
新增 NA 模块名: ohos.application.DataShareExtensionAbility
类名: DataShareExtensionAbility
方法 or 属性: delete?(uri: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;
@ohos.application.DataShareExtensionAbility.d.ts
新增 NA 模块名: ohos.application.DataShareExtensionAbility
类名: DataShareExtensionAbility
方法 or 属性: query?(uri: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array<string>,
callback: AsyncCallback<Object>): void;
@ohos.application.DataShareExtensionAbility.d.ts
新增 NA 模块名: ohos.application.DataShareExtensionAbility
类名: DataShareExtensionAbility
方法 or 属性: batchInsert?(uri: string, valueBuckets: Array<ValuesBucket>, callback: AsyncCallback<number>): void;
@ohos.application.DataShareExtensionAbility.d.ts
新增 NA 模块名: ohos.application.DataShareExtensionAbility
类名: DataShareExtensionAbility
方法 or 属性: normalizeUri?(uri: string, callback: AsyncCallback<string>): void;
@ohos.application.DataShareExtensionAbility.d.ts
新增 NA 模块名: ohos.application.DataShareExtensionAbility
类名: DataShareExtensionAbility
方法 or 属性: denormalizeUri?(uri: string, callback: AsyncCallback<string>): void;
@ohos.application.DataShareExtensionAbility.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: dataShare
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: dataShare
方法 or 属性: function createDataShareHelper(context: Context, uri: string, callback: AsyncCallback<DataShareHelper>): void;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: dataShare
方法 or 属性: function createDataShareHelper(context: Context, uri: string): Promise<DataShareHelper>;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: on(type: 'dataChange', uri: string, callback: AsyncCallback<void>): void;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: off(type: 'dataChange', uri: string, callback?: AsyncCallback<void>): void;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: insert(uri: string, value: ValuesBucket, callback: AsyncCallback<number>): void;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: insert(uri: string, value: ValuesBucket): Promise<number>;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: delete(uri: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: delete(uri: string, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: query(uri: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array<string>,
callback: AsyncCallback<DataShareResultSet>): void;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: query(uri: string, predicates: dataSharePredicates.DataSharePredicates,
columns: Array<string>): Promise<DataShareResultSet>;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: update(uri: string, predicates: dataSharePredicates.DataSharePredicates, value: ValuesBucket,
callback: AsyncCallback<number>): void;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: update(uri: string, predicates: dataSharePredicates.DataSharePredicates, value: ValuesBucket): Promise<number>;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: batchInsert(uri: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: batchInsert(uri: string, values: Array<ValuesBucket>): Promise<number>;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: normalizeUri(uri: string, callback: AsyncCallback<string>): void;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: normalizeUri(uri: string): Promise<string>;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: denormalizeUri(uri: string, callback: AsyncCallback<string>): void;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: denormalizeUri(uri: string): Promise<string>;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: notifyChange(uri: string, callback: AsyncCallback<void>): void;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataShare
类名: DataShareHelper
方法 or 属性: notifyChange(uri: string): Promise<void>;
@ohos.data.dataShare.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: dataSharePredicates
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: equalTo(field: string, value: ValueType): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: notEqualTo(field: string, value: ValueType): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: beginWrap(): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: endWrap(): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: or(): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: and(): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: contains(field: string, value: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: beginsWith(field: string, value: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: endsWith(field: string, value: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: isNull(field: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: isNotNull(field: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: like(field: string, value: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: unlike(field: string, value: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: glob(field: string, value: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: between(field: string, low: ValueType, high: ValueType): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: notBetween(field: string, low: ValueType, high: ValueType): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: greaterThan(field: string, value: ValueType): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: lessThan(field: string, value: ValueType): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: greaterThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: lessThanOrEqualTo(field: string, value: ValueType): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: orderByAsc(field: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: orderByDesc(field: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: distinct(): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: limit(total: number, offset: number): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: groupBy(fields: Array<string>): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: indexedBy(field: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: in(field: string, value: Array<ValueType>): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: notIn(field: string, value: Array<ValueType>): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: prefixKey(prefix: string): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.dataSharePredicates
类名: DataSharePredicates
方法 or 属性: inKeys(keys: Array<string>): DataSharePredicates;
@ohos.data.dataSharePredicates.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataType
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataType
方法 or 属性: TYPE_NULL = 0
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataType
方法 or 属性: TYPE_LONG = 1
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataType
方法 or 属性: TYPE_DOUBLE = 2
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataType
方法 or 属性: TYPE_STRING = 3
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataType
方法 or 属性: TYPE_BLOB = 4
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: columnNames: Array<string>;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: columnCount: number;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: rowCount: number;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: isClosed: boolean;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: goToFirstRow(): boolean;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: goToLastRow(): boolean;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: goToNextRow(): boolean;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: goToPreviousRow(): boolean;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: goTo(offset: number): boolean;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: goToRow(position: number): boolean;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: getBlob(columnIndex: number): Uint8Array;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: getString(columnIndex: number): string;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: getLong(columnIndex: number): number;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: getDouble(columnIndex: number): number;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: close(): void;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: getColumnIndex(columnName: string): number;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: getColumnName(columnIndex: number): string;
@ohos.data.DataShareResultSet.d.ts
新增 NA 模块名: ohos.data.DataShareResultSet
类名: DataShareResultSet
方法 or 属性: getDataType(columnIndex: number): DataType;
@ohos.data.DataShareResultSet.d.ts
新增 NA 类名:KVStore
方法or属性:off(event: 'syncComplete', syncCallback?: Callback<Array<[string, number]>>): void;
@ohos.data.distributedData.d.ts
新增 NA 类名:distributedDataObject
方法or属性:function create(context: Context, source: object): DataObject;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: SaveSuccessResponse
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:SaveSuccessResponse
方法or属性:
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: SaveSuccessResponse
方法 or 属性:sessionId: string;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:SaveSuccessResponse
方法or属性:sessionId: string;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: SaveSuccessResponse
方法 or 属性:version: number;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:SaveSuccessResponse
方法or属性:version: number;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: SaveSuccessResponse
方法 or 属性:deviceId: string;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:SaveSuccessResponse
方法or属性:deviceId: string;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: RevokeSaveSuccessResponse
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:RevokeSaveSuccessResponse
方法or属性:
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: RevokeSaveSuccessResponse
方法 or 属性:sessionId: string;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:RevokeSaveSuccessResponse
方法or属性:sessionId: string;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:DataObject
方法or属性:
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
方法 or 属性:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:DataObject
方法or属性:setSessionId(sessionId: string, callback: AsyncCallback<void>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
方法 or 属性:setSessionId(callback: AsyncCallback<void>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:DataObject
方法or属性:setSessionId(callback: AsyncCallback<void>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
方法 or 属性:setSessionId(sessionId?: string): Promise<void>;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:DataObject
方法or属性:setSessionId(sessionId?: string): Promise<void>;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
方法 or 属性:on(type: 'change', callback: Callback<{ sessionId: string, fields: Array<string> }>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:DataObject
方法or属性:on(type: 'change', callback: Callback<{ sessionId: string, fields: Array<string> }>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
方法 or 属性:off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<string> }>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:DataObject
方法or属性:off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<string> }>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
方法 or 属性:on(type: 'status',

callback: Callback<{ sessionId: string, networkId: string, status: 'online' | 'offline' }>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
方法 or 属性:off(type: 'status',

callback?: Callback<{ sessionId: string, deviceId: string, status: 'online' | 'offline' }>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
方法 or 属性:save(deviceId: string, callback: AsyncCallback<SaveSuccessResponse>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:DataObject
方法or属性:save(deviceId: string, callback: AsyncCallback<SaveSuccessResponse>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
方法 or 属性:save(deviceId: string): Promise<SaveSuccessResponse>;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:DataObject
方法or属性:save(deviceId: string): Promise<SaveSuccessResponse>;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
方法 or 属性:revokeSave(callback: AsyncCallback<RevokeSaveSuccessResponse>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:DataObject
方法or属性:revokeSave(callback: AsyncCallback<RevokeSaveSuccessResponse>): void;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedDataObject
类名: DataObject
方法 or 属性:revokeSave(): Promise<RevokeSaveSuccessResponse>;
@ohos.data.distributedDataObject.d.ts
新增 NA 类名:DataObject
方法or属性:revokeSave(): Promise<RevokeSaveSuccessResponse>;
@ohos.data.distributedDataObject.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: distributedKVStore
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManagerConfig
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManagerConfig
方法 or 属性: bundleName: string;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManagerConfig
方法 or 属性: context: Context;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Constants
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Constants
方法 or 属性: readonly MAX_KEY_LENGTH: number;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Constants
方法 or 属性: readonly MAX_VALUE_LENGTH: number;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Constants
方法 or 属性: readonly MAX_KEY_LENGTH_DEVICE: number;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Constants
方法 or 属性: readonly MAX_STORE_ID_LENGTH: number;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Constants
方法 or 属性: readonly MAX_QUERY_LENGTH: number;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Constants
方法 or 属性: readonly MAX_BATCH_SIZE: number;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ValueType
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ValueType
方法 or 属性: STRING
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ValueType
方法 or 属性: INTEGER
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ValueType
方法 or 属性: FLOAT
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ValueType
方法 or 属性: BYTE_ARRAY
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ValueType
方法 or 属性: BOOLEAN
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ValueType
方法 or 属性: DOUBLE
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Value
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Value
方法 or 属性: type: ValueType;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Value
方法 or 属性: value: Uint8Array | string | number | boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Entry
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Entry
方法 or 属性: key: string;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Entry
方法 or 属性: value: Value;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ChangeNotification
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ChangeNotification
方法 or 属性: insertEntries: Entry[];
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ChangeNotification
方法 or 属性: updateEntries: Entry[];
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ChangeNotification
方法 or 属性: deleteEntries: Entry[];
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: ChangeNotification
方法 or 属性: deviceId: string;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SyncMode
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SyncMode
方法 or 属性: PULL_ONLY
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SyncMode
方法 or 属性: PUSH_ONLY
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SyncMode
方法 or 属性: PUSH_PULL
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SubscribeType
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SubscribeType
方法 or 属性: SUBSCRIBE_TYPE_LOCAL
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SubscribeType
方法 or 属性: SUBSCRIBE_TYPE_REMOTE
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SubscribeType
方法 or 属性: SUBSCRIBE_TYPE_ALL
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreType
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreType
方法 or 属性: DEVICE_COLLABORATION
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreType
方法 or 属性: SINGLE_VERSION
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SecurityLevel
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SecurityLevel
方法 or 属性: S1
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SecurityLevel
方法 or 属性: S2
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SecurityLevel
方法 or 属性: S3
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SecurityLevel
方法 or 属性: S4
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Options
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Options
方法 or 属性: createIfMissing?: boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Options
方法 or 属性: encrypt?: boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Options
方法 or 属性: backup?: boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Options
方法 or 属性: autoSync?: boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Options
方法 or 属性: kvStoreType?: KVStoreType;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Options
方法 or 属性: securityLevel: SecurityLevel;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Options
方法 or 属性: schema?: Schema;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Schema
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Schema
方法 or 属性: constructor()
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Schema
方法 or 属性: root: FieldNode;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Schema
方法 or 属性: indexes: Array<string>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Schema
方法 or 属性: mode: number;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Schema
方法 or 属性: skip: number;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: FieldNode
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: FieldNode
方法 or 属性: constructor(name: string)
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: FieldNode
方法 or 属性: appendChild(child: FieldNode): boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: FieldNode
方法 or 属性: default: string;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: FieldNode
方法 or 属性: nullable: boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: FieldNode
方法 or 属性: type: number;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: getCount(): number;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: getPosition(): number;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: moveToFirst(): boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: moveToLast(): boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: moveToNext(): boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: moveToPrevious(): boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: move(offset: number): boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: moveToPosition(position: number): boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: isFirst(): boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: isLast(): boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: isBeforeFirst(): boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: isAfterLast(): boolean;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVStoreResultSet
方法 or 属性: getEntry(): Entry;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: constructor()
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: reset(): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: equalTo(field: string, value: number | string | boolean): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: notEqualTo(field: string, value: number | string | boolean): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: greaterThan(field: string, value: number | string | boolean): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: lessThan(field: string, value: number | string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: greaterThanOrEqualTo(field: string, value: number | string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: lessThanOrEqualTo(field: string, value: number | string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: isNull(field: string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: inNumber(field: string, valueList: number[]): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: inString(field: string, valueList: string[]): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: notInNumber(field: string, valueList: number[]): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: notInString(field: string, valueList: string[]): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: like(field: string, value: string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: unlike(field: string, value: string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: and(): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: or(): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: orderByAsc(field: string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: orderByDesc(field: string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: limit(total: number, offset: number): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: isNotNull(field: string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: beginGroup(): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: endGroup(): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: prefixKey(prefix: string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: setSuggestIndex(index: string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: deviceId(deviceId: string): Query;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: Query
方法 or 属性: getSqlLike(): string;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: put(key: string, value: Uint8Array | string | number | boolean, callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: put(key: string, value: Uint8Array | string | number | boolean): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: putBatch(entries: Entry[], callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: putBatch(entries: Entry[]): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: putBatch(value: Array<ValuesBucket>, callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: putBatch(value: Array<ValuesBucket>): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: delete(key: string, callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: delete(key: string): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: delete(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<void>);
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: delete(predicates: dataSharePredicates.DataSharePredicates): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: deleteBatch(keys: string[], callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: deleteBatch(keys: string[]): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: removeDeviceData(deviceId: string): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: get(key: string, callback: AsyncCallback<boolean | string | number | Uint8Array>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: get(key: string): Promise<boolean | string | number | Uint8Array>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getEntries(keyPrefix: string): Promise<Entry[]>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getEntries(query: Query): Promise<Entry[]>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getResultSet(keyPrefix: string): Promise<KVStoreResultSet>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getResultSet(query: Query): Promise<KVStoreResultSet>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: closeResultSet(resultSet: KVStoreResultSet, callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: closeResultSet(resultSet: KVStoreResultSet): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getResultSize(query: Query, callback: AsyncCallback<number>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getResultSize(query: Query): Promise<number>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: backup(file: string, callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: backup(file: string): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: restore(file: string, callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: restore(file: string): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: deleteBackup(files: Array<string>, callback: AsyncCallback<Array<[string, number]>>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: deleteBackup(files: Array<string>): Promise<Array<[string, number]>>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: startTransaction(callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: startTransaction(): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: commit(callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: commit(): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: rollback(callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: rollback(): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: enableSync(enabled: boolean, callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: enableSync(enabled: boolean): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: sync(deviceIds: string[], query: Query, mode: SyncMode, delayMs?: number): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: on(event: 'syncComplete', syncCallback: Callback<Array<[string, number]>>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: off(event: 'syncComplete', syncCallback?: Callback<Array<[string, number]>>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getSecurityLevel(callback: AsyncCallback<SecurityLevel>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: SingleKVStore
方法 or 属性: getSecurityLevel(): Promise<SecurityLevel>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: get(key: string, callback: AsyncCallback<boolean | string | number | Uint8Array>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: get(key: string): Promise<boolean | string | number | Uint8Array>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: get(deviceId: string, key: string, callback: AsyncCallback<boolean | string | number | Uint8Array>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: get(deviceId: string, key: string): Promise<boolean | string | number | Uint8Array>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getEntries(keyPrefix: string): Promise<Entry[]>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getEntries(query: Query): Promise<Entry[]>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getEntries(deviceId: string, query: Query, callback: AsyncCallback<Entry[]>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getEntries(deviceId: string, query: Query): Promise<Entry[]>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(keyPrefix: string): Promise<KVStoreResultSet>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback<KVStoreResultSet>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(deviceId: string, keyPrefix: string): Promise<KVStoreResultSet>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(query: Query, callback: AsyncCallback<KVStoreResultSet>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(query: Query): Promise<KVStoreResultSet>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(deviceId: string, query: Query, callback: AsyncCallback<KVStoreResultSet>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(deviceId: string, query: Query): Promise<KVStoreResultSet>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<KVStoreResultSet>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSet(deviceId: string, predicates: dataSharePredicates.DataSharePredicates): Promise<KVStoreResultSet>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSize(query: Query, callback: AsyncCallback<number>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSize(query: Query): Promise<number>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: DeviceKVStore
方法 or 属性: getResultSize(deviceId: string, query: Query): Promise<number>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: distributedKVStore
方法 or 属性: function createKVManager(config: KVManagerConfig): KVManager;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManager
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManager
方法 or 属性: getKVStore<T>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManager
方法 or 属性: getKVStore<T>(storeId: string, options: Options): Promise<T>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManager
方法 or 属性: closeKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManager
方法 or 属性: closeKVStore(appId: string, storeId: string): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManager
方法 or 属性: deleteKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManager
方法 or 属性: deleteKVStore(appId: string, storeId: string): Promise<void>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManager
方法 or 属性: getAllKVStoreId(appId: string, callback: AsyncCallback<string[]>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManager
方法 or 属性: getAllKVStoreId(appId: string): Promise<string[]>;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManager
方法 or 属性: on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.distributedKVStore
类名: KVManager
方法 or 属性: off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): void;
@ohos.data.distributedKVStore.d.ts
新增 NA 模块名: ohos.data.preferences
类名: preferences
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: preferences
方法 or 属性: function getPreferences(context: Context, name: string, callback: AsyncCallback<Preferences>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: preferences
方法 or 属性: function getPreferences(context: Context, name: string): Promise<Preferences>;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: preferences
方法 or 属性: function deletePreferences(context: Context, name: string, callback: AsyncCallback<void>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: preferences
方法 or 属性: function deletePreferences(context: Context, name: string): Promise<void>;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: preferences
方法 or 属性: function removePreferencesFromCache(context: Context, name: string, callback: AsyncCallback<void>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: preferences
方法 or 属性: function removePreferencesFromCache(context: Context, name: string): Promise<void>;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: get(key: string, defValue: ValueType, callback: AsyncCallback<ValueType>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: get(key: string, defValue: ValueType): Promise<ValueType>;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: getAll(callback: AsyncCallback<Object>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: getAll(): Promise<Object>;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: has(key: string, callback: AsyncCallback<boolean>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: has(key: string): Promise<boolean>;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: put(key: string, value: ValueType, callback: AsyncCallback<void>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: put(key: string, value: ValueType): Promise<void>;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: delete(key: string, callback: AsyncCallback<void>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: delete(key: string): Promise<void>;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: clear(callback: AsyncCallback<void>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: clear(): Promise<void>;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: flush(callback: AsyncCallback<void>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: flush(): Promise<void>;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: on(type: 'change', callback: Callback<{ key: string }>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: Preferences
方法 or 属性: off(type: 'change', callback?: Callback<{ key: string }>): void;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: preferences
方法 or 属性: const MAX_KEY_LENGTH: 80;
@ohos.data.preferences.d.ts
新增 NA 模块名: ohos.data.preferences
类名: preferences
方法 or 属性: const MAX_VALUE_LENGTH: 8192;
@ohos.data.preferences.d.ts
新增 NA 类名:RdbStore
方法or属性:batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;
@ohos.data.rdb.d.ts
新增 NA 类名:RdbStore
方法or属性:batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>;
@ohos.data.rdb.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: relationalStore
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: relationalStore
方法 or 属性: type ValuesBucket = { [key:string]: ValueType | Uint8Array | null;}
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: relationalStore
方法 or 属性: function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: relationalStore
方法 or 属性: function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: relationalStore
方法 or 属性: function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: relationalStore
方法 or 属性: function deleteRdbStore(context: Context, name: string): Promise<void>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: StoreConfig
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: StoreConfig
方法 or 属性: name: string;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: StoreConfig
方法 or 属性: securityLevel: SecurityLevel;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: StoreConfig
方法 or 属性: encrypt ?: boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: SecurityLevel
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: SecurityLevel
方法 or 属性: S1 = 1
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: SecurityLevel
方法 or 属性: S2 = 2
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: SecurityLevel
方法 or 属性: S3 = 3
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: SecurityLevel
方法 or 属性: S4 = 4
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: SyncMode
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: SyncMode
方法 or 属性: SYNC_MODE_PUSH = 0
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: SyncMode
方法 or 属性: SYNC_MODE_PULL = 1
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: SubscribeType
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: SubscribeType
方法 or 属性: SUBSCRIBE_TYPE_REMOTE = 0
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: insert(table: string, values: ValuesBucket): Promise<number>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: batchInsert(table: string, values: Array<ValuesBucket>, callback: AsyncCallback<number>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: batchInsert(table: string, values: Array<ValuesBucket>): Promise<number>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: update(table: string, values: ValuesBucket, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: delete(predicates: RdbPredicates): Promise<number>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: delete(table: string, predicates: dataSharePredicates.DataSharePredicates, callback: AsyncCallback<number>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: delete(table: string, predicates: dataSharePredicates.DataSharePredicates): Promise<number>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: query(predicates: RdbPredicates, columns ?: Array<string>): Promise<ResultSet>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: query(table: string, predicates: dataSharePredicates.DataSharePredicates, columns ?: Array<string>): Promise<ResultSet>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: querySql(sql: string, bindArgs ?: Array<ValueType>): Promise<ResultSet>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: executeSql(sql: string, bindArgs ?: Array<ValueType>): Promise<void>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: beginTransaction(): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: commit(): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: rollBack(): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: backup(destName: string, callback: AsyncCallback<void>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: backup(destName: string): Promise<void>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: restore(srcName: string, callback: AsyncCallback<void>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: restore(srcName: string): Promise<void>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: setDistributedTables(tables: Array<string>): Promise<void>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: obtainDistributedTableName(device: string, table: string): Promise<string>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: sync(mode: SyncMode, predicates: RdbPredicates, callback: AsyncCallback<Array<[ string, number ]>>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: sync(mode: SyncMode, predicates: RdbPredicates): Promise<Array<[ string, number ]>>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: remoteQuery(device: string, table: string, predicates: RdbPredicates, columns: Array<string>): Promise<ResultSet>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbStore
方法 or 属性: off(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: constructor(name: string)
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: inDevices(devices: Array<string>): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: inAllDevices(): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: equalTo(field: string, value: ValueType): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: notEqualTo(field: string, value: ValueType): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: beginWrap(): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: endWrap(): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: or(): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: and(): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: contains(field: string, value: string): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: beginsWith(field: string, value: string): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: endsWith(field: string, value: string): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: isNull(field: string): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: isNotNull(field: string): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: like(field: string, value: string): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: glob(field: string, value: string): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: between(field: string, low: ValueType, high: ValueType): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: greaterThan(field: string, value: ValueType): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: lessThan(field: string, value: ValueType): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: orderByAsc(field: string): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: orderByDesc(field: string): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: distinct(): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: limitAs(value: number): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: offsetAs(rowOffset: number): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: groupBy(fields: Array<string>): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: indexedBy(field: string): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: in(field: string, value: Array<ValueType>): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: RdbPredicates
方法 or 属性: notIn(field: string, value: Array<ValueType>): RdbPredicates;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: columnNames: Array<string>;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: columnCount: number;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: rowCount: number;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: rowIndex: number;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isAtFirstRow: boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isAtLastRow: boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isEnded: boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isStarted: boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isClosed: boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getColumnIndex(columnName: string): number;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getColumnName(columnIndex: number): string;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goTo(offset: number): boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goToRow(position: number): boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goToFirstRow(): boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goToLastRow(): boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goToNextRow(): boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: goToPreviousRow(): boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getBlob(columnIndex: number): Uint8Array;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getString(columnIndex: number): string;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getLong(columnIndex: number): number;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: getDouble(columnIndex: number): number;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: isColumnNull(columnIndex: number): boolean;
@ohos.data.relationalStore.d.ts
新增 NA 模块名: ohos.data.relationalStore
类名: ResultSet
方法 or 属性: close(): void;
@ohos.data.relationalStore.d.ts
model有变化 类名:GetStorageOptions
model:N/A
类名:GetStorageOptions
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:GetStorageOptions
方法 or 属性:key: string;
model:N/A
类名:GetStorageOptions
方法 or 属性:key: string;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:GetStorageOptions
方法 or 属性:default?: string;
model:N/A
类名:GetStorageOptions
方法 or 属性:default?: string;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:GetStorageOptions
方法 or 属性:success?: (data: any) => void;
model:N/A
类名:GetStorageOptions
方法 or 属性:success?: (data: any) => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:GetStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
model:N/A
类名:GetStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:GetStorageOptions
方法 or 属性:complete?: () => void;
model:N/A
类名:GetStorageOptions
方法 or 属性:complete?: () => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:SetStorageOptions
model:N/A
类名:SetStorageOptions
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:SetStorageOptions
方法 or 属性:key: string;
model:N/A
类名:SetStorageOptions
方法 or 属性:key: string;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:SetStorageOptions
方法 or 属性:value: string;
model:N/A
类名:SetStorageOptions
方法 or 属性:value: string;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:SetStorageOptions
方法 or 属性:success?: () => void;
model:N/A
类名:SetStorageOptions
方法 or 属性:success?: () => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:SetStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
model:N/A
类名:SetStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:SetStorageOptions
方法 or 属性:complete?: () => void;
model:N/A
类名:SetStorageOptions
方法 or 属性:complete?: () => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:ClearStorageOptions
model:N/A
类名:ClearStorageOptions
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:ClearStorageOptions
方法 or 属性:success?: () => void;
model:N/A
类名:ClearStorageOptions
方法 or 属性:success?: () => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:ClearStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
model:N/A
类名:ClearStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:ClearStorageOptions
方法 or 属性:complete?: () => void;
model:N/A
类名:ClearStorageOptions
方法 or 属性:complete?: () => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:DeleteStorageOptions
model:N/A
类名:DeleteStorageOptions
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:DeleteStorageOptions
方法 or 属性:key: string;
model:N/A
类名:DeleteStorageOptions
方法 or 属性:key: string;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:DeleteStorageOptions
方法 or 属性:success?: () => void;
model:N/A
类名:DeleteStorageOptions
方法 or 属性:success?: () => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:DeleteStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
model:N/A
类名:DeleteStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:DeleteStorageOptions
方法 or 属性:complete?: () => void;
model:N/A
类名:DeleteStorageOptions
方法 or 属性:complete?: () => void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:Storage
model:N/A
类名:Storage
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:Storage
方法 or 属性:static get(options: GetStorageOptions): void;
model:N/A
类名:Storage
方法 or 属性:static get(options: GetStorageOptions): void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:Storage
方法 or 属性:static set(options: SetStorageOptions): void;
model:N/A
类名:Storage
方法 or 属性:static set(options: SetStorageOptions): void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:Storage
方法 or 属性:static clear(options?: ClearStorageOptions): void;
model:N/A
类名:Storage
方法 or 属性:static clear(options?: ClearStorageOptions): void;
model:@FAModelOnly
@system.storage.d.ts
model有变化 类名:Storage
方法 or 属性:static delete(options: DeleteStorageOptions): void;
model:N/A
类名:Storage
方法 or 属性:static delete(options: DeleteStorageOptions): void;
model:@FAModelOnly
@system.storage.d.ts
废弃版本有变化 类名:distributedData
废弃版本:N/A
类名:distributedData
废弃版本:9
代替接口:ohos.data.distributedKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManagerConfig
废弃版本:N/A
类名:KVManagerConfig
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManagerConfig
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManagerConfig
方法 or 属性:userInfo: UserInfo;
废弃版本:N/A
类名:KVManagerConfig
方法 or 属性:userInfo: UserInfo;
废弃版本:9
代替接口:N/A
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManagerConfig
方法 or 属性:bundleName: string;
废弃版本:N/A
类名:KVManagerConfig
方法 or 属性:bundleName: string;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManagerConfig
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:UserInfo
废弃版本:N/A
类名:UserInfo
废弃版本:9
代替接口:N/A
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:UserInfo
方法 or 属性:userId?: string;
废弃版本:N/A
类名:UserInfo
方法 or 属性:userId?: string;
废弃版本:9
代替接口:N/A
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:UserInfo
方法 or 属性:userType?: UserType;
废弃版本:N/A
类名:UserInfo
方法 or 属性:userType?: UserType;
废弃版本:9
代替接口:N/A
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:UserType
废弃版本:N/A
类名:UserType
废弃版本:9
代替接口:N/A
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:UserType
方法 or 属性:SAME_USER_ID = 0
废弃版本:N/A
类名:UserType
方法 or 属性:SAME_USER_ID = 0
废弃版本:9
代替接口:N/A
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Constants
废弃版本:N/A
类名:Constants
废弃版本:9
代替接口:ohos.data.distributedKVStore.Constants
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Constants
方法 or 属性:const MAX_KEY_LENGTH = 1024;
废弃版本:N/A
类名:Constants
方法 or 属性:const MAX_KEY_LENGTH = 1024;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Constants
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Constants
方法 or 属性:const MAX_VALUE_LENGTH = 4194303;
废弃版本:N/A
类名:Constants
方法 or 属性:const MAX_VALUE_LENGTH = 4194303;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Constants
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Constants
方法 or 属性:const MAX_KEY_LENGTH_DEVICE = 896;
废弃版本:N/A
类名:Constants
方法 or 属性:const MAX_KEY_LENGTH_DEVICE = 896;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Constants
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Constants
方法 or 属性:const MAX_STORE_ID_LENGTH = 128;
废弃版本:N/A
类名:Constants
方法 or 属性:const MAX_STORE_ID_LENGTH = 128;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Constants
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Constants
方法 or 属性:const MAX_QUERY_LENGTH = 512000;
废弃版本:N/A
类名:Constants
方法 or 属性:const MAX_QUERY_LENGTH = 512000;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Constants
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Constants
方法 or 属性:const MAX_BATCH_SIZE = 128;
废弃版本:N/A
类名:Constants
方法 or 属性:const MAX_BATCH_SIZE = 128;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Constants
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ValueType
废弃版本:N/A
类名:ValueType
废弃版本:9
代替接口:ohos.data.distributedKVStore.ValueType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ValueType
方法 or 属性:STRING = 0
废弃版本:N/A
类名:ValueType
方法 or 属性:STRING = 0
废弃版本:9
代替接口:ohos.data.distributedKVStore.ValueType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ValueType
方法 or 属性:INTEGER = 1
废弃版本:N/A
类名:ValueType
方法 or 属性:INTEGER = 1
废弃版本:9
代替接口:ohos.data.distributedKVStore.ValueType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ValueType
方法 or 属性:FLOAT = 2
废弃版本:N/A
类名:ValueType
方法 or 属性:FLOAT = 2
废弃版本:9
代替接口:ohos.data.distributedKVStore.ValueType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ValueType
方法 or 属性:BYTE_ARRAY = 3
废弃版本:N/A
类名:ValueType
方法 or 属性:BYTE_ARRAY = 3
废弃版本:9
代替接口:ohos.data.distributedKVStore.ValueType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ValueType
方法 or 属性:BOOLEAN = 4
废弃版本:N/A
类名:ValueType
方法 or 属性:BOOLEAN = 4
废弃版本:9
代替接口:ohos.data.distributedKVStore.ValueType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ValueType
方法 or 属性:DOUBLE = 5
废弃版本:N/A
类名:ValueType
方法 or 属性:DOUBLE = 5
废弃版本:9
代替接口:ohos.data.distributedKVStore.ValueType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Value
废弃版本:N/A
类名:Value
废弃版本:9
代替接口:ohos.data.distributedKVStore.Value
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Value
方法 or 属性:type: ValueType;
废弃版本:N/A
类名:Value
方法 or 属性:type: ValueType;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Value
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Value
方法 or 属性:value: Uint8Array | string | number | boolean;
废弃版本:N/A
类名:Value
方法 or 属性:value: Uint8Array | string | number | boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Value
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Entry
废弃版本:N/A
类名:Entry
废弃版本:9
代替接口:ohos.data.distributedKVStore.Entry
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Entry
方法 or 属性:key: string;
废弃版本:N/A
类名:Entry
方法 or 属性:key: string;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Entry
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Entry
方法 or 属性:value: Value;
废弃版本:N/A
类名:Entry
方法 or 属性:value: Value;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Entry
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ChangeNotification
废弃版本:N/A
类名:ChangeNotification
废弃版本:9
代替接口:ohos.data.distributedKVStore.ChangeNotification
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ChangeNotification
方法 or 属性:insertEntries: Entry[];
废弃版本:N/A
类名:ChangeNotification
方法 or 属性:insertEntries: Entry[];
废弃版本:9
代替接口:ohos.data.distributedKVStore.ChangeNotification
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ChangeNotification
方法 or 属性:updateEntries: Entry[];
废弃版本:N/A
类名:ChangeNotification
方法 or 属性:updateEntries: Entry[];
废弃版本:9
代替接口:ohos.data.distributedKVStore.ChangeNotification
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ChangeNotification
方法 or 属性:deleteEntries: Entry[];
废弃版本:N/A
类名:ChangeNotification
方法 or 属性:deleteEntries: Entry[];
废弃版本:9
代替接口:ohos.data.distributedKVStore.ChangeNotification
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:ChangeNotification
方法 or 属性:deviceId: string;
废弃版本:N/A
类名:ChangeNotification
方法 or 属性:deviceId: string;
废弃版本:9
代替接口:ohos.data.distributedKVStore.ChangeNotification
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SyncMode
废弃版本:N/A
类名:SyncMode
废弃版本:9
代替接口:ohos.data.distributedKVStore.SyncMode
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SyncMode
方法 or 属性:PULL_ONLY = 0
废弃版本:N/A
类名:SyncMode
方法 or 属性:PULL_ONLY = 0
废弃版本:9
代替接口:ohos.data.distributedKVStore.SyncMode
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SyncMode
方法 or 属性:PUSH_ONLY = 1
废弃版本:N/A
类名:SyncMode
方法 or 属性:PUSH_ONLY = 1
废弃版本:9
代替接口:ohos.data.distributedKVStore.SyncMode
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SyncMode
方法 or 属性:PUSH_PULL = 2
废弃版本:N/A
类名:SyncMode
方法 or 属性:PUSH_PULL = 2
废弃版本:9
代替接口:ohos.data.distributedKVStore.SyncMode
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SubscribeType
废弃版本:N/A
类名:SubscribeType
废弃版本:9
代替接口:ohos.data.distributedKVStore.SubscribeType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_LOCAL = 0
废弃版本:N/A
类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_LOCAL = 0
废弃版本:9
代替接口:ohos.data.distributedKVStore.SubscribeType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 1
废弃版本:N/A
类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 1
废弃版本:9
代替接口:ohos.data.distributedKVStore.SubscribeType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_ALL = 2
废弃版本:N/A
类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_ALL = 2
废弃版本:9
代替接口:ohos.data.distributedKVStore.SubscribeType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStoreType
废弃版本:N/A
类名:KVStoreType
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStoreType
方法 or 属性:DEVICE_COLLABORATION = 0
废弃版本:N/A
类名:KVStoreType
方法 or 属性:DEVICE_COLLABORATION = 0
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStoreType
方法 or 属性:SINGLE_VERSION = 1
废弃版本:N/A
类名:KVStoreType
方法 or 属性:SINGLE_VERSION = 1
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreType
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStoreType
方法 or 属性:MULTI_VERSION = 2
废弃版本:N/A
类名:KVStoreType
方法 or 属性:MULTI_VERSION = 2
废弃版本:9
代替接口:N/A
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SecurityLevel
废弃版本:N/A
类名:SecurityLevel
废弃版本:9
代替接口:ohos.data.distributedKVStore.SecurityLevel
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SecurityLevel
方法 or 属性:NO_LEVEL = 0
废弃版本:N/A
类名:SecurityLevel
方法 or 属性:NO_LEVEL = 0
废弃版本:9
代替接口:N/A
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SecurityLevel
方法 or 属性:S0 = 1
废弃版本:N/A
类名:SecurityLevel
方法 or 属性:S0 = 1
废弃版本:9
代替接口:N/A
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SecurityLevel
方法 or 属性:S1 = 2
废弃版本:N/A
类名:SecurityLevel
方法 or 属性:S1 = 2
废弃版本:9
代替接口:ohos.data.distributedKVStore.SecurityLevel
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SecurityLevel
方法 or 属性:S2 = 3
废弃版本:N/A
类名:SecurityLevel
方法 or 属性:S2 = 3
废弃版本:9
代替接口:ohos.data.distributedKVStore.SecurityLevel
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SecurityLevel
方法 or 属性:S3 = 5
废弃版本:N/A
类名:SecurityLevel
方法 or 属性:S3 = 5
废弃版本:9
代替接口:ohos.data.distributedKVStore.SecurityLevel
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SecurityLevel
方法 or 属性:S4 = 6
废弃版本:N/A
类名:SecurityLevel
方法 or 属性:S4 = 6
废弃版本:9
代替接口:ohos.data.distributedKVStore.SecurityLevel
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Options
废弃版本:N/A
类名:Options
废弃版本:9
代替接口:ohos.data.distributedKVStore.Options
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Options
方法 or 属性:createIfMissing?: boolean;
废弃版本:N/A
类名:Options
方法 or 属性:createIfMissing?: boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Options
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Options
方法 or 属性:encrypt?: boolean;
废弃版本:N/A
类名:Options
方法 or 属性:encrypt?: boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Options
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Options
方法 or 属性:backup?: boolean;
废弃版本:N/A
类名:Options
方法 or 属性:backup?: boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Options
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Options
方法 or 属性:autoSync?: boolean;
废弃版本:N/A
类名:Options
方法 or 属性:autoSync?: boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Options
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Options
方法 or 属性:kvStoreType?: KVStoreType;
废弃版本:N/A
类名:Options
方法 or 属性:kvStoreType?: KVStoreType;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Options
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Options
方法 or 属性:securityLevel?: SecurityLevel;
废弃版本:N/A
类名:Options
方法 or 属性:securityLevel?: SecurityLevel;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Options
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Options
方法 or 属性:schema?: Schema;
废弃版本:N/A
类名:Options
方法 or 属性:schema?: Schema;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Options
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Schema
废弃版本:N/A
类名:Schema
废弃版本:9
代替接口:ohos.data.distributedKVStore.Schema
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Schema
方法 or 属性:constructor()
废弃版本:N/A
类名:Schema
方法 or 属性:constructor()
废弃版本:9
代替接口:ohos.data.distributedKVStore.Schema
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Schema
方法 or 属性:root: FieldNode;
废弃版本:N/A
类名:Schema
方法 or 属性:root: FieldNode;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Schema
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Schema
方法 or 属性:indexes: Array<string>;
废弃版本:N/A
类名:Schema
方法 or 属性:indexes: Array<string>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Schema
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Schema
方法 or 属性:mode: number;
废弃版本:N/A
类名:Schema
方法 or 属性:mode: number;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Schema
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Schema
方法 or 属性:skip: number;
废弃版本:N/A
类名:Schema
方法 or 属性:skip: number;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Schema
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:FieldNode
废弃版本:N/A
类名:FieldNode
废弃版本:9
代替接口:ohos.data.distributedKVStore.FieldNode
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:FieldNode
方法 or 属性:constructor(name: string)
废弃版本:N/A
类名:FieldNode
方法 or 属性:constructor(name: string)
废弃版本:9
代替接口:ohos.data.distributedKVStore.FieldNode
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:FieldNode
方法 or 属性:appendChild(child: FieldNode): boolean;
废弃版本:N/A
类名:FieldNode
方法 or 属性:appendChild(child: FieldNode): boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.FieldNode
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:FieldNode
方法 or 属性:default: string;
废弃版本:N/A
类名:FieldNode
方法 or 属性:default: string;
废弃版本:9
代替接口:ohos.data.distributedKVStore.FieldNode
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:FieldNode
方法 or 属性:nullable: boolean;
废弃版本:N/A
类名:FieldNode
方法 or 属性:nullable: boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.FieldNode
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:FieldNode
方法 or 属性:type: number;
废弃版本:N/A
类名:FieldNode
方法 or 属性:type: number;
废弃版本:9
代替接口:ohos.data.distributedKVStore.FieldNode
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
废弃版本:N/A
类名:KvStoreResultSet
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:getCount(): number;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:getCount(): number;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:getPosition(): number;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:getPosition(): number;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:moveToFirst(): boolean;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:moveToFirst(): boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:moveToLast(): boolean;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:moveToLast(): boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:moveToNext(): boolean;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:moveToNext(): boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:moveToPrevious(): boolean;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:moveToPrevious(): boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:move(offset: number): boolean;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:move(offset: number): boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:moveToPosition(position: number): boolean;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:moveToPosition(position: number): boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:isFirst(): boolean;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:isFirst(): boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:isLast(): boolean;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:isLast(): boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:isBeforeFirst(): boolean;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:isBeforeFirst(): boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:isAfterLast(): boolean;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:isAfterLast(): boolean;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KvStoreResultSet
方法 or 属性:getEntry(): Entry;
废弃版本:N/A
类名:KvStoreResultSet
方法 or 属性:getEntry(): Entry;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVStoreResultSet
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
废弃版本:N/A
类名:Query
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:constructor()
废弃版本:N/A
类名:Query
方法 or 属性:constructor()
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:reset(): Query;
废弃版本:N/A
类名:Query
方法 or 属性:reset(): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:isNull(field: string): Query;
废弃版本:N/A
类名:Query
方法 or 属性:isNull(field: string): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:inNumber(field: string, valueList: number[]): Query;
废弃版本:N/A
类名:Query
方法 or 属性:inNumber(field: string, valueList: number[]): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:inString(field: string, valueList: string[]): Query;
废弃版本:N/A
类名:Query
方法 or 属性:inString(field: string, valueList: string[]): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:notInNumber(field: string, valueList: number[]): Query;
废弃版本:N/A
类名:Query
方法 or 属性:notInNumber(field: string, valueList: number[]): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:notInString(field: string, valueList: string[]): Query;
废弃版本:N/A
类名:Query
方法 or 属性:notInString(field: string, valueList: string[]): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:like(field: string, value: string): Query;
废弃版本:N/A
类名:Query
方法 or 属性:like(field: string, value: string): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:unlike(field: string, value: string): Query;
废弃版本:N/A
类名:Query
方法 or 属性:unlike(field: string, value: string): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:and(): Query;
废弃版本:N/A
类名:Query
方法 or 属性:and(): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:or(): Query;
废弃版本:N/A
类名:Query
方法 or 属性:or(): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:orderByAsc(field: string): Query;
废弃版本:N/A
类名:Query
方法 or 属性:orderByAsc(field: string): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:orderByDesc(field: string): Query;
废弃版本:N/A
类名:Query
方法 or 属性:orderByDesc(field: string): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:limit(total: number, offset: number): Query;
废弃版本:N/A
类名:Query
方法 or 属性:limit(total: number, offset: number): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:isNotNull(field: string): Query;
废弃版本:N/A
类名:Query
方法 or 属性:isNotNull(field: string): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:beginGroup(): Query;
废弃版本:N/A
类名:Query
方法 or 属性:beginGroup(): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:endGroup(): Query;
废弃版本:N/A
类名:Query
方法 or 属性:endGroup(): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:prefixKey(prefix: string): Query;
废弃版本:N/A
类名:Query
方法 or 属性:prefixKey(prefix: string): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:Query
方法 or 属性:setSuggestIndex(index: string): Query;
废弃版本:N/A
类名:Query
方法 or 属性:setSuggestIndex(index: string): Query;
废弃版本:9
代替接口:ohos.data.distributedKVStore.Query
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
废弃版本:N/A
类名:KVStore
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:put(key: string, value: Uint8Array | string | number | boolean, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:KVStore
方法 or 属性:put(key: string, value: Uint8Array | string | number | boolean, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:put(key: string, value: Uint8Array | string | number | boolean): Promise<void>;
废弃版本:N/A
类名:KVStore
方法 or 属性:put(key: string, value: Uint8Array | string | number | boolean): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:delete(key: string, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:KVStore
方法 or 属性:delete(key: string, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:delete(key: string): Promise<void>;
废弃版本:N/A
类名:KVStore
方法 or 属性:delete(key: string): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:on(event: 'syncComplete', syncCallback: Callback<Array<[string, number]>>): void;
废弃版本:N/A
类名:KVStore
方法 or 属性:on(event: 'syncComplete', syncCallback: Callback<Array<[string, number]>>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:putBatch(entries: Entry[], callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:KVStore
方法 or 属性:putBatch(entries: Entry[], callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:putBatch(entries: Entry[]): Promise<void>;
废弃版本:N/A
类名:KVStore
方法 or 属性:putBatch(entries: Entry[]): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:deleteBatch(keys: string[], callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:KVStore
方法 or 属性:deleteBatch(keys: string[], callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:deleteBatch(keys: string[]): Promise<void>;
废弃版本:N/A
类名:KVStore
方法 or 属性:deleteBatch(keys: string[]): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:startTransaction(callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:KVStore
方法 or 属性:startTransaction(callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:startTransaction(): Promise<void>;
废弃版本:N/A
类名:KVStore
方法 or 属性:startTransaction(): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:commit(callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:KVStore
方法 or 属性:commit(callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:commit(): Promise<void>;
废弃版本:N/A
类名:KVStore
方法 or 属性:commit(): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:rollback(callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:KVStore
方法 or 属性:rollback(callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:rollback(): Promise<void>;
废弃版本:N/A
类名:KVStore
方法 or 属性:rollback(): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:enableSync(enabled: boolean, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:KVStore
方法 or 属性:enableSync(enabled: boolean, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:enableSync(enabled: boolean): Promise<void>;
废弃版本:N/A
类名:KVStore
方法 or 属性:enableSync(enabled: boolean): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:KVStore
方法 or 属性:setSyncRange(localLabels: string[], remoteSupportLabels: string[], callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVStore
方法 or 属性:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
废弃版本:N/A
类名:KVStore
方法 or 属性:setSyncRange(localLabels: string[], remoteSupportLabels: string[]): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
废弃版本:N/A
类名:SingleKVStore
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:get(key: string, callback: AsyncCallback<Uint8Array | string | boolean | number>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:get(key: string, callback: AsyncCallback<Uint8Array | string | boolean | number>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:get(key: string): Promise<Uint8Array | string | boolean | number>;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:get(key: string): Promise<Uint8Array | string | boolean | number>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getEntries(keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getEntries(keyPrefix: string): Promise<Entry[]>;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getEntries(keyPrefix: string): Promise<Entry[]>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getEntries(query: Query): Promise<Entry[]>;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getEntries(query: Query): Promise<Entry[]>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string): Promise<KvStoreResultSet>;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getResultSet(keyPrefix: string): Promise<KvStoreResultSet>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getResultSet(query: Query): Promise<KvStoreResultSet>;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getResultSet(query: Query): Promise<KvStoreResultSet>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getResultSize(query: Query, callback: AsyncCallback<number>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getResultSize(query: Query, callback: AsyncCallback<number>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getResultSize(query: Query): Promise<number>;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getResultSize(query: Query): Promise<number>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:removeDeviceData(deviceId: string): Promise<void>;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:removeDeviceData(deviceId: string): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:on(event: 'syncComplete', syncCallback: Callback<Array<[string, number]>>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:on(event: 'syncComplete', syncCallback: Callback<Array<[string, number]>>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:off(event: 'syncComplete', syncCallback?: Callback<Array<[string, number]>>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:off(event: 'syncComplete', syncCallback?: Callback<Array<[string, number]>>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:setSyncParam(defaultAllowedDelayMs: number, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:setSyncParam(defaultAllowedDelayMs: number): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getSecurityLevel(callback: AsyncCallback<SecurityLevel>): void;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getSecurityLevel(callback: AsyncCallback<SecurityLevel>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:SingleKVStore
方法 or 属性:getSecurityLevel(): Promise<SecurityLevel>;
废弃版本:N/A
类名:SingleKVStore
方法 or 属性:getSecurityLevel(): Promise<SecurityLevel>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.SingleKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
废弃版本:N/A
类名:DeviceKVStore
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getEntries(deviceId: string, keyPrefix: string, callback: AsyncCallback<Entry[]>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getEntries(deviceId: string, keyPrefix: string): Promise<Entry[]>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getEntries(query: Query, callback: AsyncCallback<Entry[]>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getEntries(query: Query): Promise<Entry[]>;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getEntries(query: Query): Promise<Entry[]>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getEntries(deviceId: string, query: Query, callback: AsyncCallback<Entry[]>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getEntries(deviceId: string, query: Query, callback: AsyncCallback<Entry[]>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getEntries(deviceId: string, query: Query): Promise<Entry[]>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string, callback: AsyncCallback<KvStoreResultSet>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, keyPrefix: string): Promise<KvStoreResultSet>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query): Promise<KvStoreResultSet>;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getResultSet(query: Query): Promise<KvStoreResultSet>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query, callback: AsyncCallback<KvStoreResultSet>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getResultSet(deviceId: string, query: Query): Promise<KvStoreResultSet>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:closeResultSet(resultSet: KvStoreResultSet, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:closeResultSet(resultSet: KvStoreResultSet): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getResultSize(query: Query, callback: AsyncCallback<number>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getResultSize(query: Query, callback: AsyncCallback<number>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getResultSize(query: Query): Promise<number>;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getResultSize(query: Query): Promise<number>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getResultSize(deviceId: string, query: Query, callback: AsyncCallback<number>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:getResultSize(deviceId: string, query: Query): Promise<number>;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:getResultSize(deviceId: string, query: Query): Promise<number>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:removeDeviceData(deviceId: string, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:removeDeviceData(deviceId: string): Promise<void>;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:removeDeviceData(deviceId: string): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:on(event: 'syncComplete', syncCallback: Callback<Array<[string, number]>>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:on(event: 'syncComplete', syncCallback: Callback<Array<[string, number]>>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:DeviceKVStore
方法 or 属性:off(event: 'syncComplete', syncCallback?: Callback<Array<[string, number]>>): void;
废弃版本:N/A
类名:DeviceKVStore
方法 or 属性:off(event: 'syncComplete', syncCallback?: Callback<Array<[string, number]>>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.DeviceKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:distributedData
方法 or 属性:function createKVManager(config: KVManagerConfig, callback: AsyncCallback<KVManager>): void;
废弃版本:N/A
类名:distributedData
方法 or 属性:function createKVManager(config: KVManagerConfig, callback: AsyncCallback<KVManager>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:distributedData
方法 or 属性:function createKVManager(config: KVManagerConfig): Promise<KVManager>;
废弃版本:N/A
类名:distributedData
方法 or 属性:function createKVManager(config: KVManagerConfig): Promise<KVManager>;
废弃版本:9
代替接口:ohos.data.distributedKVStore
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManager
废弃版本:N/A
类名:KVManager
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManager
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManager
方法 or 属性:getKVStore<T extends KVStore>(storeId: string, options: Options): Promise<T>;
废弃版本:N/A
类名:KVManager
方法 or 属性:getKVStore<T extends KVStore>(storeId: string, options: Options): Promise<T>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManager
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManager
方法 or 属性:getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
废弃版本:N/A
类名:KVManager
方法 or 属性:getKVStore<T extends KVStore>(storeId: string, options: Options, callback: AsyncCallback<T>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManager
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManager
方法 or 属性:closeKVStore(appId: string, storeId: string, kvStore: KVStore, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:KVManager
方法 or 属性:closeKVStore(appId: string, storeId: string, kvStore: KVStore, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManager
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManager
方法 or 属性:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>;
废弃版本:N/A
类名:KVManager
方法 or 属性:closeKVStore(appId: string, storeId: string, kvStore: KVStore): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManager
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManager
方法 or 属性:deleteKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:KVManager
方法 or 属性:deleteKVStore(appId: string, storeId: string, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManager
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManager
方法 or 属性:deleteKVStore(appId: string, storeId: string): Promise<void>;
废弃版本:N/A
类名:KVManager
方法 or 属性:deleteKVStore(appId: string, storeId: string): Promise<void>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManager
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManager
方法 or 属性:getAllKVStoreId(appId: string, callback: AsyncCallback<string[]>): void;
废弃版本:N/A
类名:KVManager
方法 or 属性:getAllKVStoreId(appId: string, callback: AsyncCallback<string[]>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManager
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManager
方法 or 属性:getAllKVStoreId(appId: string): Promise<string[]>;
废弃版本:N/A
类名:KVManager
方法 or 属性:getAllKVStoreId(appId: string): Promise<string[]>;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManager
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManager
方法 or 属性:on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): void;
废弃版本:N/A
类名:KVManager
方法 or 属性:on(event: 'distributedDataServiceDie', deathCallback: Callback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManager
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:KVManager
方法 or 属性:off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): void;
废弃版本:N/A
类名:KVManager
方法 or 属性:off(event: 'distributedDataServiceDie', deathCallback?: Callback<void>): void;
废弃版本:9
代替接口:ohos.data.distributedKVStore.KVManager
@ohos.data.distributedData.d.ts
废弃版本有变化 类名:distributedDataObject
方法 or 属性:function createDistributedObject(source: object): DistributedObject;
废弃版本:N/A
类名:distributedDataObject
方法 or 属性:function createDistributedObject(source: object): DistributedObject;
废弃版本:9
代替接口:ohos.distributedDataObject.create
@ohos.data.distributedDataObject.d.ts
废弃版本有变化 类名:DistributedObject
废弃版本:N/A
类名:DistributedObject
废弃版本:9
代替接口:ohos.distributedDataObject.DataObject
@ohos.data.distributedDataObject.d.ts
废弃版本有变化 类名:DistributedObject
方法 or 属性:setSessionId(sessionId?: string): boolean;
废弃版本:N/A
类名:DistributedObject
方法 or 属性:setSessionId(sessionId?: string): boolean;
废弃版本:9
代替接口:ohos.distributedDataObject.DataObject.setSessionId
@ohos.data.distributedDataObject.d.ts
废弃版本有变化 类名:DistributedObject
方法 or 属性:on(type: 'change', callback: Callback<{ sessionId: string, fields: Array<string> }>): void;
废弃版本:N/A
类名:DistributedObject
方法 or 属性:on(type: 'change', callback: Callback<{ sessionId: string, fields: Array<string> }>): void;
废弃版本:9
代替接口:ohos.distributedDataObject.DataObject.on
@ohos.data.distributedDataObject.d.ts
废弃版本有变化 类名:DistributedObject
方法 or 属性:off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<string> }>): void;
废弃版本:N/A
类名:DistributedObject
方法 or 属性:off(type: 'change', callback?: Callback<{ sessionId: string, fields: Array<string> }>): void;
废弃版本:9
代替接口:ohos.distributedDataObject.DataObject.off
@ohos.data.distributedDataObject.d.ts
废弃版本有变化 类名:rdb
废弃版本:N/A
类名:rdb
废弃版本:9
代替接口:ohos.data.relationalStore
@ohos.data.rdb.d.ts
废弃版本有变化 类名:rdb
方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, version: number, callback: AsyncCallback<RdbStore>): void;
废弃版本:N/A
类名:rdb
方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, version: number, callback: AsyncCallback<RdbStore>): void;
废弃版本:9
代替接口:ohos.data.relationalStore.getRdbStore
@ohos.data.rdb.d.ts
废弃版本有变化 类名:rdb
方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, version: number): Promise<RdbStore>;
废弃版本:N/A
类名:rdb
方法 or 属性:function getRdbStore(context: Context, config: StoreConfig, version: number): Promise<RdbStore>;
废弃版本:9
代替接口:ohos.data.relationalStore.getRdbStore
@ohos.data.rdb.d.ts
废弃版本有变化 类名:rdb
方法 or 属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:rdb
方法 or 属性:function deleteRdbStore(context: Context, name: string, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.relationalStore.deleteRdbStore
@ohos.data.rdb.d.ts
废弃版本有变化 类名:rdb
方法 or 属性:function deleteRdbStore(context: Context, name: string): Promise<void>;
废弃版本:N/A
类名:rdb
方法 or 属性:function deleteRdbStore(context: Context, name: string): Promise<void>;
废弃版本:9
代替接口:ohos.data.relationalStore.deleteRdbStore
@ohos.data.rdb.d.ts
废弃版本有变化 类名:SyncMode
废弃版本:N/A
类名:SyncMode
废弃版本:9
代替接口:ohos.data.relationalStore.SyncMode
@ohos.data.rdb.d.ts
废弃版本有变化 类名:SyncMode
方法 or 属性:SYNC_MODE_PUSH = 0
废弃版本:N/A
类名:SyncMode
方法 or 属性:SYNC_MODE_PUSH = 0
废弃版本:9
代替接口:ohos.data.relationalStore.SyncMode.SYNC_MODE_PUSH
@ohos.data.rdb.d.ts
废弃版本有变化 类名:SyncMode
方法 or 属性:SYNC_MODE_PULL = 1
废弃版本:N/A
类名:SyncMode
方法 or 属性:SYNC_MODE_PULL = 1
废弃版本:9
代替接口:ohos.data.relationalStore.SyncMode.SYNC_MODE_PULL
@ohos.data.rdb.d.ts
废弃版本有变化 类名:SubscribeType
废弃版本:N/A
类名:SubscribeType
废弃版本:9
代替接口:ohos.data.relationalStore.SubscribeType
@ohos.data.rdb.d.ts
废弃版本有变化 类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0
废弃版本:N/A
类名:SubscribeType
方法 or 属性:SUBSCRIBE_TYPE_REMOTE = 0
废弃版本:9
代替接口:ohos.data.relationalStore.SubscribeType.SUBSCRIBE_TYPE_REMOTE
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbStore
废弃版本:N/A
类名:RdbStore
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbStore
方法 or 属性:querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;
废弃版本:N/A
类名:RdbStore
方法 or 属性:querySql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<ResultSet>): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.querySql
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbStore
方法 or 属性:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:RdbStore
方法 or 属性:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.executeSql
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbStore
方法 or 属性:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
废弃版本:N/A
类名:RdbStore
方法 or 属性:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.setDistributedTables
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbStore
方法 or 属性:setDistributedTables(tables: Array<string>): Promise<void>;
废弃版本:N/A
类名:RdbStore
方法 or 属性:setDistributedTables(tables: Array<string>): Promise<void>;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.setDistributedTables
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbStore
方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;
废弃版本:N/A
类名:RdbStore
方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.obtainDistributedTableName
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbStore
方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise<string>;
废弃版本:N/A
类名:RdbStore
方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise<string>;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.obtainDistributedTableName
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbStore
方法 or 属性:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
废弃版本:N/A
类名:RdbStore
方法 or 属性:on(event: 'dataChange', type: SubscribeType, observer: Callback<Array<string>>): void;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbStore.on
@ohos.data.rdb.d.ts
废弃版本有变化 类名:StoreConfig
废弃版本:N/A
类名:StoreConfig
废弃版本:9
代替接口:ohos.data.relationalStore.StoreConfig
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
废弃版本:N/A
类名:RdbPredicates
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:constructor(name: string)
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:constructor(name: string)
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.constructor
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:inDevices(devices: Array<string>): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:inDevices(devices: Array<string>): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.inDevices
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:inAllDevices(): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:inAllDevices(): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.inAllDevices
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:equalTo(field: string, value: ValueType): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.equalTo
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:notEqualTo(field: string, value: ValueType): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.notEqualTo
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:beginWrap(): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:beginWrap(): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.beginWrap
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:endWrap(): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:endWrap(): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.endWrap
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:or(): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:or(): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.or
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:and(): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:and(): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.and
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:contains(field: string, value: string): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:contains(field: string, value: string): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.contains
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:beginsWith(field: string, value: string): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:beginsWith(field: string, value: string): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.beginsWith
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:endsWith(field: string, value: string): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:endsWith(field: string, value: string): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.endsWith
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:isNull(field: string): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:isNull(field: string): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.isNull
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:isNotNull(field: string): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:isNotNull(field: string): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.isNotNull
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:like(field: string, value: string): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:like(field: string, value: string): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.like
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:glob(field: string, value: string): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:glob(field: string, value: string): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.glob
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:between(field: string, low: ValueType, high: ValueType): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.between
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:notBetween(field: string, low: ValueType, high: ValueType): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.notBetween
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:greaterThan(field: string, value: ValueType): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.greaterThan
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:lessThan(field: string, value: ValueType): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.lessThan
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:greaterThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.greaterThanOrEqualTo
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:lessThanOrEqualTo(field: string, value: ValueType): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.lessThanOrEqualTo
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:orderByAsc(field: string): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:orderByAsc(field: string): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.orderByAsc
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:orderByDesc(field: string): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:orderByDesc(field: string): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.orderByDesc
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:distinct(): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:distinct(): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.distinct
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:limitAs(value: number): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:limitAs(value: number): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.limitAs
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:offsetAs(rowOffset: number): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:offsetAs(rowOffset: number): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.offsetAs
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:groupBy(fields: Array<string>): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:groupBy(fields: Array<string>): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.groupBy
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:indexedBy(field: string): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:indexedBy(field: string): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.indexedBy
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:in(field: string, value: Array<ValueType>): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:in(field: string, value: Array<ValueType>): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.in
@ohos.data.rdb.d.ts
废弃版本有变化 类名:RdbPredicates
方法 or 属性:notIn(field: string, value: Array<ValueType>): RdbPredicates;
废弃版本:N/A
类名:RdbPredicates
方法 or 属性:notIn(field: string, value: Array<ValueType>): RdbPredicates;
废弃版本:9
代替接口:ohos.data.relationalStore.RdbPredicates.notIn
@ohos.data.rdb.d.ts
废弃版本有变化 类名:storage
废弃版本:N/A
类名:storage
废弃版本:9
代替接口:ohos.preferences.preferences
@ohos.data.storage.d.ts
废弃版本有变化 类名:storage
方法 or 属性:function getStorageSync(path: string): Storage;
废弃版本:N/A
类名:storage
方法 or 属性:function getStorageSync(path: string): Storage;
废弃版本:9
代替接口:ohos.preferences.preferences.getPreferences
@ohos.data.storage.d.ts
废弃版本有变化 类名:storage
方法 or 属性:function deleteStorageSync(path: string): void;
废弃版本:N/A
类名:storage
方法 or 属性:function deleteStorageSync(path: string): void;
废弃版本:9
代替接口:ohos.preferences.preferences.deletePreferences
@ohos.data.storage.d.ts
废弃版本有变化 类名:storage
方法 or 属性:function removeStorageFromCacheSync(path: string): void;
废弃版本:N/A
类名:storage
方法 or 属性:function removeStorageFromCacheSync(path: string): void;
废弃版本:9
代替接口:ohos.preferences.preferences.removePreferencesFromCache
@ohos.data.storage.d.ts
废弃版本有变化 类名:Storage
废弃版本:N/A
类名:Storage
废弃版本:9
代替接口:ohos.preferences.preferences
@ohos.data.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:getSync(key: string, defValue: ValueType): ValueType;
废弃版本:N/A
类名:Storage
方法 or 属性:getSync(key: string, defValue: ValueType): ValueType;
废弃版本:9
代替接口:ohos.preferences.preferences.get
@ohos.data.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:hasSync(key: string): boolean;
废弃版本:N/A
类名:Storage
方法 or 属性:hasSync(key: string): boolean;
废弃版本:9
代替接口:ohos.preferences.preferences.has
@ohos.data.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:putSync(key: string, value: ValueType): void;
废弃版本:N/A
类名:Storage
方法 or 属性:putSync(key: string, value: ValueType): void;
废弃版本:9
代替接口:ohos.preferences.preferences.put
@ohos.data.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:deleteSync(key: string): void;
废弃版本:N/A
类名:Storage
方法 or 属性:deleteSync(key: string): void;
废弃版本:9
代替接口:ohos.preferences.preferences.delete
@ohos.data.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:clearSync(): void;
废弃版本:N/A
类名:Storage
方法 or 属性:clearSync(): void;
废弃版本:9
代替接口:ohos.preferences.preferences.clear
@ohos.data.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:flushSync(): void;
废弃版本:N/A
类名:Storage
方法 or 属性:flushSync(): void;
废弃版本:9
代替接口:ohos.preferences.preferences.flush
@ohos.data.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:on(type: 'change', callback: Callback<StorageObserver>): void;
废弃版本:N/A
类名:Storage
方法 or 属性:on(type: 'change', callback: Callback<StorageObserver>): void;
废弃版本:9
代替接口:ohos.preferences.preferences.on
@ohos.data.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:off(type: 'change', callback: Callback<StorageObserver>): void;
废弃版本:N/A
类名:Storage
方法 or 属性:off(type: 'change', callback: Callback<StorageObserver>): void;
废弃版本:9
代替接口:ohos.preferences.preferences.off
@ohos.data.storage.d.ts
废弃版本有变化 类名:StorageObserver
废弃版本:N/A
类名:StorageObserver
废弃版本:9
代替接口:N/A
@ohos.data.storage.d.ts
废弃版本有变化 类名:GetStorageOptions
废弃版本:N/A
类名:GetStorageOptions
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:GetStorageOptions
方法 or 属性:key: string;
废弃版本:N/A
类名:GetStorageOptions
方法 or 属性:key: string;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:GetStorageOptions
方法 or 属性:default?: string;
废弃版本:N/A
类名:GetStorageOptions
方法 or 属性:default?: string;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:GetStorageOptions
方法 or 属性:success?: (data: any) => void;
废弃版本:N/A
类名:GetStorageOptions
方法 or 属性:success?: (data: any) => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:GetStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
废弃版本:N/A
类名:GetStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:GetStorageOptions
方法 or 属性:complete?: () => void;
废弃版本:N/A
类名:GetStorageOptions
方法 or 属性:complete?: () => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:SetStorageOptions
废弃版本:N/A
类名:SetStorageOptions
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:SetStorageOptions
方法 or 属性:key: string;
废弃版本:N/A
类名:SetStorageOptions
方法 or 属性:key: string;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:SetStorageOptions
方法 or 属性:value: string;
废弃版本:N/A
类名:SetStorageOptions
方法 or 属性:value: string;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:SetStorageOptions
方法 or 属性:success?: () => void;
废弃版本:N/A
类名:SetStorageOptions
方法 or 属性:success?: () => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:SetStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
废弃版本:N/A
类名:SetStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:SetStorageOptions
方法 or 属性:complete?: () => void;
废弃版本:N/A
类名:SetStorageOptions
方法 or 属性:complete?: () => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:ClearStorageOptions
废弃版本:N/A
类名:ClearStorageOptions
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:ClearStorageOptions
方法 or 属性:success?: () => void;
废弃版本:N/A
类名:ClearStorageOptions
方法 or 属性:success?: () => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:ClearStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
废弃版本:N/A
类名:ClearStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:ClearStorageOptions
方法 or 属性:complete?: () => void;
废弃版本:N/A
类名:ClearStorageOptions
方法 or 属性:complete?: () => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:DeleteStorageOptions
废弃版本:N/A
类名:DeleteStorageOptions
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:DeleteStorageOptions
方法 or 属性:key: string;
废弃版本:N/A
类名:DeleteStorageOptions
方法 or 属性:key: string;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:DeleteStorageOptions
方法 or 属性:success?: () => void;
废弃版本:N/A
类名:DeleteStorageOptions
方法 or 属性:success?: () => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:DeleteStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
废弃版本:N/A
类名:DeleteStorageOptions
方法 or 属性:fail?: (data: string, code: number) => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:DeleteStorageOptions
方法 or 属性:complete?: () => void;
废弃版本:N/A
类名:DeleteStorageOptions
方法 or 属性:complete?: () => void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:Storage
废弃版本:N/A
类名:Storage
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:static get(options: GetStorageOptions): void;
废弃版本:N/A
类名:Storage
方法 or 属性:static get(options: GetStorageOptions): void;
废弃版本:6
代替接口:ohos.preferences.preferences.get
@system.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:static set(options: SetStorageOptions): void;
废弃版本:N/A
类名:Storage
方法 or 属性:static set(options: SetStorageOptions): void;
废弃版本:6
代替接口:N/A
@system.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:static clear(options?: ClearStorageOptions): void;
废弃版本:N/A
类名:Storage
方法 or 属性:static clear(options?: ClearStorageOptions): void;
废弃版本:6
代替接口:ohos.preferences.preferences.clear
@system.storage.d.ts
废弃版本有变化 类名:Storage
方法 or 属性:static delete(options: DeleteStorageOptions): void;
废弃版本:N/A
类名:Storage
方法 or 属性:static delete(options: DeleteStorageOptions): void;
废弃版本:6
代替接口:ohos.preferences.preferences.delete
@system.storage.d.ts
废弃版本有变化 类名:ResultSet
废弃版本:N/A
类名:ResultSet
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:columnNames: Array<string>;
废弃版本:N/A
类名:ResultSet
方法 or 属性:columnNames: Array<string>;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.columnNames
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:columnCount: number;
废弃版本:N/A
类名:ResultSet
方法 or 属性:columnCount: number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.columnCount
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:rowCount: number;
废弃版本:N/A
类名:ResultSet
方法 or 属性:rowCount: number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.rowCount
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:rowIndex: number;
废弃版本:N/A
类名:ResultSet
方法 or 属性:rowIndex: number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.rowIndex
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:isAtFirstRow: boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:isAtFirstRow: boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isAtFirstRow
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:isAtLastRow: boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:isAtLastRow: boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isAtLastRow
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:isEnded: boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:isEnded: boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isEnded
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:isStarted: boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:isStarted: boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isStarted
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:isClosed: boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:isClosed: boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isClosed
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:getColumnIndex(columnName: string): number;
废弃版本:N/A
类名:ResultSet
方法 or 属性:getColumnIndex(columnName: string): number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getColumnIndex
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:getColumnName(columnIndex: number): string;
废弃版本:N/A
类名:ResultSet
方法 or 属性:getColumnName(columnIndex: number): string;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getColumnName
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:goTo(offset: number): boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:goTo(offset: number): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goTo
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:goToRow(position: number): boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:goToRow(position: number): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goToRow
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:goToFirstRow(): boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:goToFirstRow(): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goToFirstRow
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:goToLastRow(): boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:goToLastRow(): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goToLastRow
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:goToNextRow(): boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:goToNextRow(): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goToNextRow
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:goToPreviousRow(): boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:goToPreviousRow(): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.goToPreviousRow
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:getBlob(columnIndex: number): Uint8Array;
废弃版本:N/A
类名:ResultSet
方法 or 属性:getBlob(columnIndex: number): Uint8Array;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getBlob
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:getString(columnIndex: number): string;
废弃版本:N/A
类名:ResultSet
方法 or 属性:getString(columnIndex: number): string;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getString
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:getLong(columnIndex: number): number;
废弃版本:N/A
类名:ResultSet
方法 or 属性:getLong(columnIndex: number): number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getLong
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:getDouble(columnIndex: number): number;
废弃版本:N/A
类名:ResultSet
方法 or 属性:getDouble(columnIndex: number): number;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.getDouble
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:isColumnNull(columnIndex: number): boolean;
废弃版本:N/A
类名:ResultSet
方法 or 属性:isColumnNull(columnIndex: number): boolean;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.isColumnNull
resultSet.d.ts
废弃版本有变化 类名:ResultSet
方法 or 属性:close(): void;
废弃版本:N/A
类名:ResultSet
方法 or 属性:close(): void;
废弃版本:9
代替接口:ohos.data.relationalStore.ResultSet.close
resultSet.d.ts
起始版本有变化 类名:RdbStore
方法 or 属性:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
起始版本:7
类名:RdbStore
方法 or 属性:executeSql(sql: string, bindArgs: Array<ValueType>, callback: AsyncCallback<void>): void;
起始版本:8
@ohos.data.rdb.d.ts
新增(错误码) NA 类名:RdbPredicates
方法 or 属性:isNotNull(field: string): RdbPredicates;
错误码内容: 401
@ohos.data.rdb.d.ts
新增(权限) 类名:DistributedObject
方法 or 属性:setSessionId(sessionId?: string): boolean;
权限:N/A
类名:DistributedObject
方法 or 属性:setSessionId(sessionId?: string): boolean;
权限:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.data.distributedDataObject.d.ts
新增(权限) 类名:SubscribeType
权限:N/A
类名:SubscribeType
权限:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.data.rdb.d.ts
新增(权限) 类名:RdbStore
方法 or 属性:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
权限:N/A
类名:RdbStore
方法 or 属性:setDistributedTables(tables: Array<string>, callback: AsyncCallback<void>): void;
权限:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.data.rdb.d.ts
新增(权限) 类名:RdbStore
方法 or 属性:setDistributedTables(tables: Array<string>): Promise<void>;
权限:N/A
类名:RdbStore
方法 or 属性:setDistributedTables(tables: Array<string>): Promise<void>;
权限:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.data.rdb.d.ts
新增(权限) 类名:RdbStore
方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;
权限:N/A
类名:RdbStore
方法 or 属性:obtainDistributedTableName(device: string, table: string, callback: AsyncCallback<string>): void;
权限:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.data.rdb.d.ts
新增(权限) 类名:RdbStore
方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise<string>;
权限:N/A
类名:RdbStore
方法 or 属性:obtainDistributedTableName(device: string, table: string): Promise<string>;
权限:ohos.permission.DISTRIBUTED_DATASYNC
@ohos.data.rdb.d.ts
函数有变化 类名:KVStore
方法 or 属性:on(event: 'dataChange', type: SubscribeType, observer: Callback<ChangeNotification>): void;
类名:KVStore
方法 or 属性:on(event: 'dataChange', type: SubscribeType, listener: Callback<ChangeNotification>): void;
@ohos.data.distributedData.d.ts
函数有变化 类名:KVStore
方法 or 属性:off(event:'dataChange', observer?: Callback<ChangeNotification>): void;
类名:KVStore
方法 or 属性:off(event: 'dataChange', listener?: Callback<ChangeNotification>): void;
@ohos.data.distributedData.d.ts
函数有变化 类名:SingleKVStore
方法 or 属性:sync(deviceIdList: string[], mode: SyncMode, allowedDelayMs?: number): void;
类名:SingleKVStore
方法 or 属性:sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;
@ohos.data.distributedData.d.ts
函数有变化 类名:DeviceKVStore
方法 or 属性:sync(deviceIdList: string[], mode: SyncMode, allowedDelayMs?: number): void;
类名:DeviceKVStore
方法 or 属性:sync(deviceIds: string[], mode: SyncMode, delayMs?: number): void;
@ohos.data.distributedData.d.ts
函数有变化 类名:RdbStore
方法 or 属性:insert(name: string, values: ValuesBucket, callback: AsyncCallback<number>): void;
类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket, callback: AsyncCallback<number>): void;
@ohos.data.rdb.d.ts
函数有变化 类名:RdbStore
方法 or 属性:insert(name: string, values: ValuesBucket): Promise<number>;
类名:RdbStore
方法 or 属性:insert(table: string, values: ValuesBucket): Promise<number>;
@ohos.data.rdb.d.ts
函数有变化 类名:RdbStore
方法 or 属性:update(values: ValuesBucket, rdbPredicates: RdbPredicates, callback: AsyncCallback<number>): void;
类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates, callback: AsyncCallback<number>): void;
@ohos.data.rdb.d.ts
函数有变化 类名:RdbStore
方法 or 属性:update(values: ValuesBucket, rdbPredicates: RdbPredicates): Promise<number>;
类名:RdbStore
方法 or 属性:update(values: ValuesBucket, predicates: RdbPredicates): Promise<number>;
@ohos.data.rdb.d.ts
函数有变化 类名:RdbStore
方法 or 属性:delete(rdbPredicates: RdbPredicates, callback: AsyncCallback<number>): void;
类名:RdbStore
方法 or 属性:delete(predicates: RdbPredicates, callback: AsyncCallback<number>): void;
@ohos.data.rdb.d.ts
函数有变化 类名:RdbStore
方法 or 属性:delete(rdbPredicates: RdbPredicates): Promise<number>;
类名:RdbStore
方法 or 属性:delete(predicates: RdbPredicates): Promise<number>;
@ohos.data.rdb.d.ts
函数有变化 类名:RdbStore
方法 or 属性:query(rdbPredicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
类名:RdbStore
方法 or 属性:query(predicates: RdbPredicates, columns: Array<string>, callback: AsyncCallback<ResultSet>): void;
@ohos.data.rdb.d.ts
函数有变化 类名:RdbStore
方法 or 属性:query(rdbPredicates: RdbPredicates, columns?: Array<string>): Promise<ResultSet>;
类名:RdbStore
方法 or 属性:query(predicates: RdbPredicates, columns ?: Array<string>): Promise<ResultSet>;
@ohos.data.rdb.d.ts