Skip to content

SQLResultSetRowList

Unofficial

List of rows returned from a WebSQL query result.

Import:

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

Signature:

export interface SQLResultSetRowList

Properties

PropertyTypeDescription
lengthnumberNumber of rows in the result set.

Methods

MethodReturnsDescription
item(index)unknownGet a row by its index in the result set.

Links to this page: