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

callback: Callback<{ sessionId: string, networkId: string, status: 'online' | 'offline' }>): void;
@ohos.data.distributedDataObject.d.ts
Added NA Module name: ohos.data.distributedDataObject
Class name: DataObject
Method or attribute name: off(type: 'status',

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