Values.SqlStatementResultSourceThe result of a SQL statement. This data structure is only used with the deprecated ExecuteSql operation. Use the BatchExecuteStatement or ExecuteStatement operation instead.
type nonrec t = {resultFrame : ResultFrame.t option;The result set of the SQL statement.
*)numberOfRecordsUpdated : RecordsUpdated.t option;The number of records updated by a SQL statement.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of RecordsUpdated.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `List of Awso.Botodata.value list ]) list ]
list
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of String_.t ])
list ]
list
| `Long of Long.t ])
list ])
list ])
list ]