Lines Matching refs:distributedData

30 | ohos.data.distributedData | KVManager | off(event: 'distributedDataServiceDie', deathCallback?: C…
31 | ohos.data.distributedData | KVManager | on(event: 'distributedDataServiceDie', deathCallback: Cal…
32 | ohos.data.distributedData | KVManager | getAllKVStoreId(appId: string, callback: AsyncCallback\<s…
33 | ohos.data.distributedData | KVManager | deleteKVStore(appId: string, storeId: string, callback: A…
34 | ohos.data.distributedData | KVManager | closeKVStore(appId: string, storeId: string, kvStore: KVS…
35 | ohos.data.distributedData | DeviceKVStore | off(event: 'syncComplete', syncCallback?: Callback\<A…
36 | ohos.data.distributedData | DeviceKVStore | on(event: 'syncComplete', syncCallback: Callback\<Arr…
37 | ohos.data.distributedData | DeviceKVStore | sync(deviceIdList: string[], mode: SyncMode, allowedD…
38 | ohos.data.distributedData | DeviceKVStore | removeDeviceData(deviceId: string, callback: AsyncCal…
39 | ohos.data.distributedData | DeviceKVStore | getResultSize(query: Query, callback: AsyncCallback\<…
40 | ohos.data.distributedData | DeviceKVStore | closeResultSet(resultSet: KvStoreResultSet, callback:…
41 | ohos.data.distributedData | DeviceKVStore | getResultSet(deviceId: string, keyPrefix: string, cal…
42 | ohos.data.distributedData | DeviceKVStore | getEntries(deviceId: string, keyPrefix: string, callb…
43 | ohos.data.distributedData | DeviceKVStore | get(deviceId: string, key: string, callback: AsyncCal…
44 | ohos.data.distributedData | SingleKVStore | getSecurityLevel(callback: AsyncCallback\<SecurityLev…
45 | ohos.data.distributedData | SingleKVStore | setSyncParam(defaultAllowedDelayMs: number, callback:…
46 | ohos.data.distributedData | SingleKVStore | off(event: 'syncComplete', syncCallback?: Callback\<A…
47 | ohos.data.distributedData | SingleKVStore | on(event: 'syncComplete', syncCallback: Callback\<Arr…
48 | ohos.data.distributedData | SingleKVStore | removeDeviceData(deviceId: string, callback: AsyncCal…
49 | ohos.data.distributedData | SingleKVStore | getResultSize(query: Query, callback: AsyncCallback\<…
50 | ohos.data.distributedData | SingleKVStore | closeResultSet(resultSet: KvStoreResultSet, callback:…
51 | ohos.data.distributedData | SingleKVStore | getResultSet(keyPrefix: string, callback: AsyncCallba…
52 | ohos.data.distributedData | SingleKVStore | getEntries(keyPrefix: string, callback: AsyncCallback…
53 | ohos.data.distributedData | KVStore | setSyncRange(localLabels: string[], remoteSupportLabels: st…
54 | ohos.data.distributedData | KVStore | enableSync(enabled: boolean, callback: AsyncCallback\<void>…
55 | ohos.data.distributedData | KVStore | rollback(callback: AsyncCallback\<void>): void;<br>rollback…
56 | ohos.data.distributedData | KVStore | commit(callback: AsyncCallback\<void>): void;<br>commit(): …
57 | ohos.data.distributedData | KVStore | startTransaction(callback: AsyncCallback\<void>): void;<br>…
58 | ohos.data.distributedData | KVStore | deleteBatch(keys: string[], callback: AsyncCallback\<void>)…
59 | ohos.data.distributedData | KVStore | putBatch(entries: Entry[], callback: AsyncCallback\<void>):…
60 | ohos.data.distributedData | KVStore | off(event:'dataChange', observer?: Callback\<ChangeNotifica…
61 | ohos.data.distributedData | Query | getSqlLike():string; | 新增 |
62 | ohos.data.distributedData | Query | deviceId(deviceId:string):Query; | 新增 |
63 | ohos.data.distributedData | Query | setSuggestIndex(index: string): Query; | 新增 |
64 | ohos.data.distributedData | Query | prefixKey(prefix: string): Query; | 新增 |
65 | ohos.data.distributedData | Query | endGroup(): Query; | 新增 |
66 | ohos.data.distributedData | Query | beginGroup(): Query; | 新增 |
67 | ohos.data.distributedData | Query | isNotNull(field: string): Query; | 新增 |
68 | ohos.data.distributedData | Query | limit(total: number, offset: number): Query; | 新增 |
69 | ohos.data.distributedData | Query | orderByDesc(field: string): Query; | 新增 |
70 | ohos.data.distributedData | Query | orderByAsc(field: string): Query; | 新增 |
71 | ohos.data.distributedData | Query | or(): Query; | 新增 |
72 | ohos.data.distributedData | Query | and(): Query; | 新增 |
73 | ohos.data.distributedData | Query | unlike(field: string, value: string): Query; | 新增 |
74 | ohos.data.distributedData | Query | like(field: string, value: string): Query; | 新增 |
75 | ohos.data.distributedData | Query | notInString(field: string, valueList: string[]): Query; | 新增 |
76 | ohos.data.distributedData | Query | notInNumber(field: string, valueList: number[]): Query; | 新增 |
77 | ohos.data.distributedData | Query | inString(field: string, valueList: string[]): Query; | 新增 |
78 | ohos.data.distributedData | Query | inNumber(field: string, valueList: number[]): Query; | 新增 |
79 | ohos.data.distributedData | Query | isNull(field: string): Query; | 新增 |
80 | ohos.data.distributedData | Query | lessThanOrEqualTo(field: string, value: number\|string): Quer…
81 | ohos.data.distributedData | Query | greaterThanOrEqualTo(field: string, value: number\|string): Q…
82 | ohos.data.distributedData | Query | lessThan(field: string, value: number\|string): Query; | 新增 |
83 | ohos.data.distributedData | Query | greaterThan(field: string, value: number\|string\|boolean): Q…
84 | ohos.data.distributedData | Query | notEqualTo(field: string, value: number\|string\|boolean): Qu…
85 | ohos.data.distributedData | Query | equalTo(field: string, value: number\|string\|boolean): Query…
86 | ohos.data.distributedData | Query | reset(): Query; | 新增 |
87 | ohos.data.distributedData | Query | constructor() | 新增 |
88 | ohos.data.distributedData | KvStoreResultSet | getEntry(): Entry; | 新增 |
89 | ohos.data.distributedData | KvStoreResultSet | isAfterLast(): boolean; | 新增 |
90 | ohos.data.distributedData | KvStoreResultSet | isBeforeFirst(): boolean; | 新增 |
91 | ohos.data.distributedData | KvStoreResultSet | isLast(): boolean; | 新增 |
92 | ohos.data.distributedData | KvStoreResultSet | isFirst(): boolean; | 新增 |
93 | ohos.data.distributedData | KvStoreResultSet | moveToPosition(position: number): boolean; | 新增 |
94 | ohos.data.distributedData | KvStoreResultSet | move(offset: number): boolean; | 新增 |
95 | ohos.data.distributedData | KvStoreResultSet | moveToPrevious(): boolean; | 新增 |
96 | ohos.data.distributedData | KvStoreResultSet | moveToNext(): boolean; | 新增 |
97 | ohos.data.distributedData | KvStoreResultSet | moveToLast(): boolean; | 新增 |
98 | ohos.data.distributedData | KvStoreResultSet | moveToFirst(): boolean; | 新增 |
99 | ohos.data.distributedData | KvStoreResultSet | getPosition(): number; | 新增 |
100 | ohos.data.distributedData | KvStoreResultSet | getCount(): number; | 新增 |
101 | ohos.data.distributedData | FieldNode | type: number; | 新增 |
102 | ohos.data.distributedData | FieldNode | nullable: boolean; | 新增 |
103 | ohos.data.distributedData | FieldNode | default: string; | 新增 |
104 | ohos.data.distributedData | FieldNode | appendChild(child: FieldNode): boolean; | 新增 |
105 | ohos.data.distributedData | FieldNode | constructor(name: string) | 新增 |
106 | ohos.data.distributedData | Schema | skip: number; | 新增 |
107 | ohos.data.distributedData | Schema | mode: number; | 新增 |
108 | ohos.data.distributedData | Schema | indexes: Array\<string>; | 新增 |
109 | ohos.data.distributedData | Schema | root: FieldNode; | 新增 |
110 | ohos.data.distributedData | Schema | constructor() | 新增 |
111 | ohos.data.distributedData | Options | schema?: Schema; | 新增 |