Module Values.StructValue

A structure value returned by a call. This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.

Sourcetype nonrec t = {
  1. attributes : ArrayValueList.t option;
    (*

    The attributes returned in the record.

    *)
}
Sourceval make : ?attributes:ArrayValueList.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