Home
last modified time | relevance | path

Searched refs:StoreConfig (Results 1 – 25 of 77) sorted by relevance

1234

/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dbatch-database-operations-guide.md20 const CONFIG: relationalStore.StoreConfig = {
25 // 默认数据库文件路径为 context.databaseDir + rdb + StoreConfig.name
42 const CONFIG: relationalStore.StoreConfig = {
47 // 默认数据库文件路径为 context.databaseDir + rdb + StoreConfig.name
57 const CONFIG: relationalStore.StoreConfig = {
62 // 默认数据库文件路径为 context.databaseDir + rdb + StoreConfig.name
82 const CONFIG: relationalStore.StoreConfig = {
183 const CONFIG: relationalStore.StoreConfig = {
205 const CONFIG: relationalStore.StoreConfig = {
220 const CONFIG: relationalStore.StoreConfig = {
[all …]
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dbatch-database-operations-guide.md20 const CONFIG: relationalStore.StoreConfig = {
25 // The default database file path is context.databaseDir + rdb + StoreConfig.name.
42 const CONFIG: relationalStore.StoreConfig = {
47 // The default database file path is context.databaseDir + rdb + StoreConfig.name.
57 const CONFIG: relationalStore.StoreConfig = {
62 // The default database file path is context.databaseDir + rdb + StoreConfig.name.
82 const CONFIG: relationalStore.StoreConfig = {
183 const CONFIG: relationalStore.StoreConfig = {
205 const CONFIG: relationalStore.StoreConfig = {
220 const CONFIG: relationalStore.StoreConfig = {
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.1.1/
H A Dchangelogs-arkdata-rdb.md32 1. function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore\>)…
34 2. function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore\>;
45 const STORE_CONFIG: relationalStore.StoreConfig = {
H A Dchangelogs-arkdata.md35 1. function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback\<RdbStore\>)…
37 2. function getRdbStore(context: Context, config: StoreConfig): Promise\<RdbStore\>;
/ohos5.0/docs/zh-cn/application-dev/database/
H A Ddata-backup-and-restore.md182 const STORE_CONFIG: relationalStore.StoreConfig = {
212 自动备份:可以通过在[StoreConfig](../reference/apis-arkdata/js-apis-data-relationalStore-sys.md#storeconfig)中…
215 // 新增StoreConfig配置,配置haMode参数为MAIN_REPLICA。
216 const AUTO_BACKUP_CONFIG :relationalStore.StoreConfig = {
239 需要通过在[StoreConfig](../reference/apis-arkdata/js-apis-data-relationalStore.md#storeconfig)中配置allowRe…
241 若数据库损坏前已配置StoreConfig中的allowRebuild为true,则数据库损坏时将自动重建。
243 若数据库损坏前未配置StoreConfig中的allowRebuild或allowRebuild配置为false,则需将其配置为true再次进行开库。具体示例如下:
253 const STORE_CONFIG: relationalStore.StoreConfig = {
347 let storeConfig: relationalStore.StoreConfig = {
H A Ddata-encryption.md72 关系型数据库,通过[StoreConfig](../reference/apis-arkdata/js-apis-data-relationalStore.md#storeconfig)中encry…
86 const STORE_CONFIG: relationalStore.StoreConfig = {
124 const STORE_CONFIG : relationalStore.StoreConfig = {
H A Ddata-persistence-by-rdb-store.md50 | getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback&lt;RdbStore&gt;): void…
77 const STORE_CONFIG :relationalStore.StoreConfig= {
133 const STORE_CONFIG :relationalStore.StoreConfig = {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h41 using StoreConfig = OHOS::DistributedKv::StoreConfig; variable
119 API_EXPORT bool Marshalling(const StoreConfig &input, MessageParcel &data);
121 API_EXPORT bool Unmarshalling(StoreConfig &output, MessageParcel &data);
/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/include/
H A Devent_store_config.h38 struct StoreConfig { struct
48 std::unordered_map<int, StoreConfig> configMap_; argument
/ohos5.0/docs/en/application-dev/database/
H A Ddata-backup-and-restore.md182 const STORE_CONFIG: relationalStore.StoreConfig = {
212 To implement hot backup of an RDB store, set **haMode** in [StoreConfig](../reference/apis-arkdata/…
216 const AUTO_BACKUP_CONFIG :relationalStore.StoreConfig = {
239 To enable automatic rebuild of an RDB store, set **allowRebuild** in [StoreConfig](../reference/api…
241 If **allowRebuild** in **StoreConfig** is set to **true** before the database is corrupted, the dat…
243 If **allowRebuild** in **StoreConfig** is not set or is set to **false**, set **allowRebuild** to *…
253 const STORE_CONFIG: relationalStore.StoreConfig = {
347 let storeConfig: relationalStore.StoreConfig = {
H A Ddata-encryption.md72 The **encrypt** property in [StoreConfig](../reference/apis-arkdata/js-apis-data-relationalStore.md…
86 const STORE_CONFIG: relationalStore.StoreConfig = {
124 const STORE_CONFIG : relationalStore.StoreConfig = {
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-distributeddatamgr.md77 function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): voi…
78 function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;
110 …ace StoreConfigV9 从@ohos.data.rdb.d.ts 迁移至@ohos.data.relationalStore.d.ts 改名为interface StoreConfig
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.1/
H A Dchangelogs-distributeddatamgr.md79 function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): voi…
80 function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;
112 …ace StoreConfigV9 从@ohos.data.rdb.d.ts 迁移至@ohos.data.relationalStore.d.ts 改名为interface StoreConfig
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.21/
H A Dchangelogs-distributeddatamgr.md190 …- attach(context: Context, config: StoreConfig, attachName: string, waitTime?: number) : Promise<n…
196 …- function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): …
197 - function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;
198 - function deleteRdbStore(context: Context, config: StoreConfig): Promise<void>;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-distributed-data.md30 |新增|NA|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, config: StoreConfig,…
31 |新增|NA|类名:relationalStore;<br>方法or属性:function deleteRdbStore(context: Context, config: StoreConfig)…
45 |新增|NA|类名:StoreConfig;<br>方法or属性:dataGroupId?: string;|@ohos.data.relationalStore.d.ts|
108StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>旧版本信息:401,14800000,14800010,14800011|类名…
109StoreConfig): Promise\<RdbStore>;<br>旧版本信息:401,14800000,14800010,14800011|类名:relationalStore;<br>方…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbstore.h112 int64_t GetRdbStore(OHOS::AbilityRuntime::Context* context, StoreConfig config,
118 void DeleteRdbStoreConfig(OHOS::AbilityRuntime::Context* context, StoreConfig config,
H A Drelational_store_utils.h26 struct StoreConfig { struct
H A Drelational_store_ffi.h44 …t64_t FfiOHOSRelationalStoreGetRdbStore(OHOS::AbilityRuntime::Context* context, StoreConfig config,
51 StoreConfig config, int32_t *errCode);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_store.h111 struct StoreConfig { struct
184 virtual void SetConfig(const StoreConfig &storeConfig) {}; in SetConfig()
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-distributed-data.md30 …d or attribute name: function deleteRdbStore(context: Context, config: StoreConfig, callback: Asyn…
31 …d or attribute name: function deleteRdbStore(context: Context, config: StoreConfig): Promise\<void…
45 |Added|NA|Class name: StoreConfig;<br>Method or attribute name: dataGroupId?: string;|@ohos.data.re…
108StoreConfig, callback: AsyncCallback\<RdbStore>): void;<br>Old version information: 401,14800000,1…
109StoreConfig): Promise\<RdbStore>;<br>Old version information: 401,14800000,14800010,14800011|Class…
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-distributeddatamgr.md82 function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): voi…
83 function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;
118 …from **@ohos.data.rdb.d.ts** to **@ohos.data.relationalStore.d.ts** and renamed it **StoreConfig**.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.1/
H A Dchangelogs-distributeddatamgr.md82 function getRdbStore(context: Context, config: StoreConfig, callback: AsyncCallback<RdbStore>): voi…
83 function getRdbStore(context: Context, config: StoreConfig): Promise<RdbStore>;
121 …data.rdb.d.ts** to **@ohos.data.relationalStore.d.ts** and is renamed as **interface StoreConfig**.
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dupdate_config_manager.h79 void StoreConfig(T& config) in StoreConfig() function
/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/src/
H A Devent_store_config.cpp62 StoreConfig config = { in Init()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_types_util.cpp280 bool Marshalling(const StoreConfig &input, MessageParcel &data) in Marshalling()
285 bool Unmarshalling(StoreConfig &output, MessageParcel &data) in Unmarshalling()

1234