Skip to content

SQLResultSet

Unofficial

Result set returned from a WebSQL query execution.

Import:

import type { SQLResultSet } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface SQLResultSet

Properties

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.