Module Values.Row

Represents a single row in the query results.

Sourcetype nonrec t = {
  1. data : DatumList.t option;
    (*

    List of data points in a single row of the result set.

    *)
}
Sourceval make : ?data:DatumList.t -> unit -> t
Sourceval to_value : t -> Awso.Botodata.value
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t