Class: Row

types~ Row

Constructor

new Row()

Represents a result row

Methods

get(columnName)

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

keys() → {Array}

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

values() → {Array}

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