SQLiteObject
SQLite Object
Describes a map-like object which is backed by a single SQLite query result; the object provides access to values at the names for each associated column, along with certain host-side metadata (columns, columnTypes) which describe the structure of the result set.
The result is also available as a list of values, via asList.
See also
Map-like base interface