* Executes a SQLite query against the per-session database. * * @param params SQL query, query type, and optional bind parameters for executing a SQLite query against the per-session database. * * @returns Query results including rows, columns, and rows affected, or a filesystem
(params: SessionFsSqliteQueryRequest)
| 16956 | * @returns Query results including rows, columns, and rows affected, or a filesystem error if execution failed. |
| 16957 | */ |
| 16958 | sqliteQuery(params: SessionFsSqliteQueryRequest): Promise<SessionFsSqliteQueryResult>; |
| 16959 | /** |
| 16960 | * Checks whether the per-session SQLite database already exists, without creating it. |
| 16961 | * |
no outgoing calls
no test coverage detected