Values.PreparedStatementSummarySourceThe name and last modified time of the prepared statement.
type nonrec t = {statementName : StatementName.t option;The name of the prepared statement.
*)lastModifiedTime : Date.t option;The last modified time of the prepared statement.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of StatementName.t | `Timestamp of Date.t ]) list ]