Values.ResultSetMetadataSourceThe metadata of the result set returned by a SQL statement.
type nonrec t = {columnCount : Long.t option;The number of columns in the result set.
*)columnMetadata : Metadata.t option;The metadata of the columns in the result set.
*)}