Module Values.EqualToExpressionSource

Specifies whether the value is equal to an expression.

Sourcetype nonrec t = {
  1. columnName : String_.t;
    (*

    The name of the column.

    *)
  2. value : String_.t;
    (*

    The value that might be equal to an expression.

    *)
}
Sourceval context_ : string
Sourceval make : columnName:String_.t -> value:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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