SQLiteCloudRow
A single row in a dataset with values accessible by column name
Indexable
â–ª [columnName: string
]: SQLiteCloudDataTypes
Column values are accessed by column name
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new SQLiteCloudRow(rowset
, columnsNames
, data
): SQLiteCloudRow
Parameters
Name | Type |
---|---|
rowset | SQLiteCloudRowset |
columnsNames | string [] |
data | SQLiteCloudDataTypes [] |
Returns
Defined in
Properties
#data
• Private
#data: SQLiteCloudDataTypes
[]
Defined in
#rowset
• Private
#rowset: SQLiteCloudRowset
Defined in
Methods
getData
â–¸ getData(): SQLiteCloudDataTypes
[]
Returns rowset data as a plain array of values
Returns
SQLiteCloudDataTypes
[]
Defined in
getRowset
â–¸ getRowset(): SQLiteCloudRowset
Returns the rowset that this row belongs to