mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-02-26 12:08:20 +00:00
!2226 【RDB】StoreConfig新增属性encrypt
Merge pull request !2226 from Cap_W/master
This commit is contained in:
commit
b2766c33ce
9
api/@ohos.data.rdb.d.ts
vendored
9
api/@ohos.data.rdb.d.ts
vendored
@ -378,6 +378,15 @@ declare namespace rdb {
|
||||
*/
|
||||
interface StoreConfig {
|
||||
name: string;
|
||||
|
||||
/**
|
||||
* Specifies whether the database is encrypted.
|
||||
*
|
||||
* @since 9
|
||||
* @syscap SystemCapability.DistributedDataManager.RelationalStore.Core
|
||||
* @import import data_rdb from '@ohos.data.rdb';
|
||||
*/
|
||||
encrypt?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user