dispatch_switch_events()
function dispatch_switch_events(adapter, switchAction): Promise<void>;
Defined in: packages/rxdb-adapter-sqlite-core/src/version/execute_switch_actions.ts:88
发送 switch 操作对应的本地事件
Parameters
| Parameter | Type |
|---|---|
adapter | RxDBAdapterSqliteBase |
switchAction | SwitchVersionSqlResult |
Returns
Promise<void>