Values.SelectColumnSourceDetails of the column that is returned by the query.
type nonrec t = {name : String_.t option;Name of the column.
*)type_ : Type.t option;databaseName : ResourceName.t option;Database that has this column.
*)tableName : ResourceName.t option;Table within the database that has this column.
*)aliased : NullableBoolean.t option;True, if the column name was aliased by the query. False otherwise.
*)}