SQLResultSetRowList
Unofficial
List of rows returned from a WebSQL query result.
Import:
import type { SQLResultSetRowList } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface SQLResultSetRowListProperties
| Property | Type | Description | |
|---|---|---|---|
| length | number | Number of rows in the result set. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| item(index) | unknown | Get a row by its index in the result set. |
Links to this page: