SQLResultSet
Unofficial
Result set returned from a WebSQL query execution.
Import:
import type { SQLResultSet } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface SQLResultSetProperties
| Property | Type | Description | |
|---|---|---|---|
| insertId | number | Row ID of the last inserted row, if applicable. | |
| rows | SQLResultSetRowList | List of rows returned by the query. | |
| rowsAffected | number | Number of rows affected by the query. |