Module Values_2.GetMappingRequestSource

Creates mappings.

Sourcetype nonrec t = {
  1. source : Values_0.CatalogEntry.t;
    (*

    Specifies the source table.

    *)
  2. sinks : Values_0.CatalogEntries.t option;
    (*

    A list of target tables.

    *)
  3. location : Location.t option;
    (*

    Parameters for the mapping.

    *)
}
Sourceval context_ : string
Sourceval make : ?sinks:??? -> ?location:??? -> source:Values_0.CatalogEntry.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of string ]) list ] list | `String of string ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t