Module Values_0.SqlAliasesSource

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