Class: Row

types~ Row

Constructor

new Row()

Represents a result row
Source:

Methods

get(columnName)

Returns the cell value.
Parameters:
Name Type Description
columnName String | Number Name or index of the column
Source:

keys() → {Array}

Returns an array of the column names of the row
Source:
Returns:
Type
Array

values() → {Array}

Returns an array of the values of the row
Source:
Returns:
Type
Array