Methods
at(index) → {any}
Returns the value at the given index
Parameters:
| Name | Type | Description | 
|---|---|---|
index | number | Column index (starting with 0)  | 
Returns:
The value
- Type:
 - any
 
atIdentifier(identifier) → {any}
Returns the value at the column with the given identifier
Parameters:
| Name | Type | Description | 
|---|---|---|
identifier | string | Column identifier  | 
Returns:
The value
- Type:
 - any
 
columnNames() → {Array.<string>}
Returns the raw column names
Returns:
Column names
- Type:
 - Array.<string>
 
get(columnName) → {any}
Returns the value of the column with the given name
Parameters:
| Name | Type | Description | 
|---|---|---|
columnName | string | Column name  | 
Returns:
The value
- Type:
 - any
 
row()
Returns the row values
Returns:
The row