Module Values.SqlParameterSetsSource

Sourcetype nonrec t = SqlParametersList.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : SqlParameter.t list list -> [> `List of [> `List of [> `Structure of (string * [> `Enum of string | `String of ParameterName.t | `Structure of (string * Awso.Botodata.value) list ]) list ] list ] list ]
Sourceval to_query : SqlParameter.t list list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> SqlParameter.t list list
Sourceval of_json : [> Yojson.Safe.t ] -> SqlParameter.t list list
Sourceval to_json : SqlParameter.t list list -> Yojson.Safe.t