Skip to content

SQLResultSet

Unofficial

Result set returned from a WebSQL query execution.

Import:

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

Signature:

export interface SQLResultSet

Properties

PropertyTypeDescription
insertIdnumberRow ID of the last inserted row, if applicable.
rowsSQLResultSetRowListList of rows returned by the query.
rowsAffectednumberNumber of rows affected by the query.