NAME
Gideon::ResultSet - Gideon result set
VERSION
version 0.0.3
SYNOPSIS
my $rs = Users->find( id => { '>' => 10 );
$rs = $rs->find( id => { '<' => $limit ) if $limit;
DESCRIPTION
By default gideon tries to defer calling the database until it’s absolutely necessary. For that purpose when find
method is invoked in scalar context a new Gideon::ResultSet is created. You can also combine several queries together by invoking find
on a Gideon::ResultSet
NAME
Gideon::ResultSet - Gideon Result Set Class
VERSION
version 0.0.3
AUTHOR
Mariano Wahlmann, Gines Razanov
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Mariano Wahlmann, Gines Razanov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 86:
Non-ASCII character seen before =encoding in 'it’s'. Assuming UTF-8