mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
commit
e0a5a1faeb
10
api/@ohos.data.relationalStore.d.ts
vendored
10
api/@ohos.data.relationalStore.d.ts
vendored
@ -309,6 +309,16 @@ declare namespace relationalStore {
|
||||
* @since 11
|
||||
*/
|
||||
autoCleanDirtyData?: boolean;
|
||||
|
||||
/**
|
||||
* Specifies whether data can be searched.
|
||||
*
|
||||
* @type { ?boolean }
|
||||
* @syscap SystemCapability.DistributedDataManager.RelationalStore.Core
|
||||
* @systemapi
|
||||
* @since 11
|
||||
*/
|
||||
isSearchable?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user