Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResultRow

A single row from an SQLite result set. See SqlValue for the data type mapping between SQLite values and JavaScript values.

Hierarchy

  • ResultRow

Indexable

[key: string]: SqlValue

A single row from an SQLite result set. See SqlValue for the data type mapping between SQLite values and JavaScript values.

Generated using TypeDoc