Module Values.QueryResultsSource

Sourcetype nonrec t = ResultRows.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : ResultField.t list list -> [> `List of [> `List of [> `Structure of (string * [> `String of Field.t ]) list ] list ] list ]
Sourceval to_query : ResultField.t list list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> ResultField.t list list
Sourceval of_json : [> Yojson.Safe.t ] -> ResultField.t list list
Sourceval to_json : ResultField.t list list -> Yojson.Safe.t