(stmts: string[])
| 86 | } |
| 87 | |
| 88 | transaction(stmts: string[]): Promise<DatabaseResultSet[]> { |
| 89 | return window.outerbaseIpc!.transaction(stmts); |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | export class EmbedQueryable implements QueryableBaseDriver { |
nothing calls this directly
no test coverage detected