Values.NamedQuerySourceA query, where QueryString contains the SQL statements that make up the query.
type nonrec t = {name : NameString.t option;The query name.
*)description : DescriptionString.t option;The query description.
*)database : DatabaseString.t option;The database to which the query belongs.
*)queryString : QueryString.t option;The SQL statements that make up the query.
*)namedQueryId : NamedQueryId.t option;The unique identifier of the query.
*)workGroup : WorkGroupName.t option;The name of the workgroup that contains the named query.
*)}