A named collection of values as they appear in a SQLite row.
We represent values as a Map<String, String?> to ensure compatible with earlier versions of the SDK, but the typed getter can be used to obtain a Map<String, Any> where values are either Strings, Ints or Doubles.