Interface Row

Row returned from the database. This is an Array-like object (it has length and can be indexed with a number), and in addition, it has enumerable properties from the named columns.

Hierarchy

  • Row

Indexable

[index: number]: Value

Properties

Properties

length: number

Generated using TypeDoc