my @col_names = keys %{$sth->fetchrow_hashref}; #### my @col_names = @{$sth->{NAME}}; #### my @col_types = @{$sth->{TYPE}};