[Dbix-class] Get the column names from a resultset
David Schmidt
davewood at gmx.at
Tue Jul 1 12:15:01 GMT 2014
this should work
https://metacpan.org/pod/DBIx::Class::ResultSource#columns
you can get the result source from your resultset via $rs->result_source.
cheers
On 1 July 2014 14:05, RAPPAZ Francois <francois.rappaz at unifr.ch> wrote:
> I understand that I can retrieve a limited list of columns from a table using
>
> $rs = $self->{schema}->resultset('User')->search_rs(undef, {columns => [qw / id_user nom prenom / ], order_by => 'nom',});
>
> Now, is there a way to retrieve the columns names from a result set, when such a object is received as an argument ?
>
> Is there a way to have
>
> @colnames = $resultset->get_column_names;
>
> ??
>
> Thanks
>
> François Rappaz
>
> Centre de documentation de la Faculté des Sciences Université de Fribourg DokPe - Dokumentationszentrum der Naturwissenschaftlichen Fakultät Universität Freiburg Pérolles CH-1700 Fribourg Switzerland http://www.unifr.ch/dokpe/
> Tel.: 41 (0)26 300 92 60
> Fax.: 41 (0)26 300 97 30
>
>
>
> _______________________________________________
> List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
> IRC: irc.perl.org#dbix-class
> SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
> Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk
More information about the DBIx-Class
mailing list