Values.ResultSetSourceThe metadata and rows that make up a query result set. The metadata describes the column structure and data types. To return a ResultSet object, use GetQueryResults.
type nonrec t = {rows : RowList.t option;The rows in the table.
*)resultSetMetadata : ResultSetMetadata.t option;The metadata that describes the column structure and data types of a table of query results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of DatumString.t ]) list ]
list ])
list ]
list
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `String of String_.t ])
list ]
list ])
list ])
list ]