Interface Row<JSONType, Format>

Type Parameters

  • JSONType = unknown

  • Format extends DataFormat | unknown = unknown

Hierarchy

  • Row

Properties

Methods

Properties

text: string

A string representation of a row.

Methods

  • Returns a JSON representation of a row. The method will throw if called on a response in JSON incompatible format. It is safe to call this method multiple times.

    Type Parameters

    • T = JSONType

    Returns RowJSONType<T, Format>

Generated using TypeDoc