Values.ResultSetMetadataSourceThe metadata that describes the column structure and data types of a table of query results. To return a ResultSetMetadata object, use GetQueryResults.
type nonrec t = {columnInfo : ColumnInfoList.t option;Information about the columns returned in a query result metadata.
*)}