rxdb-adapter-sqlite
Classes
| Class | Description |
|---|---|
| RxDBAdapterSqlite | SQLite 适配器 |
| RxDBAdapterSqliteError | RxDB SQLite 适配器错误类 |
| SqliteClient | SQLite 客户端 |
| SqliteRepository | 操作 entity 仓库 |
Interfaces
| Interface | Description |
|---|---|
| GenerateSqlResult | - |
| SqliteOptions | SQLite 适配器配置接口 |
Variables
| Variable | Description |
|---|---|
| ROWID | sqlite 行 id 列名 |
| WA_SQLITE_VFS_LIST | - |
Functions
| Function | Description |
|---|---|
| buildRuleGroup | 生成 ruleGroup sql 查询条件 |
| sqliteGetTableName | 获取表名 |
| sqliteGetTableNameByMetadata | 通过元数据获取表名 |
| sqliteLoad | - |