Searched +refs:artist +refs:is +refs:in +refs:op +refs:list (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSet.pm33 A ResultSet is an object which stores a set of conditions representing
34 a query. It is the backbone of DBIx::Class (i.e. the really
37 No SQL is executed on the database when a ResultSet is created, it
40 A basic ResultSet representing the data of an entire table is returned
41 by calling C<resultset> on a L<DBIx::Class::Schema> and passing in a
46 A new ResultSet is returned from calling L</search> on an existing
48 original, plus any new conditions added in the C<search> call.
54 The query that the ResultSet represents is B<only> executed against
63 to the user. But, you have an authorization system in plac
[all...]

Completed in 180 milliseconds