line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Test::DBIx::Class::Example::Schema::DefaultRS; { |
2
|
15
|
|
|
15
|
|
10144
|
use base 'Test::DBIx::Class::Example::Schema::ResultSet'; |
|
15
|
|
|
|
|
21
|
|
|
15
|
|
|
|
|
5891
|
|
3
|
|
|
|
|
|
|
} 1 |
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
__END__ |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=head1 NAME |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
Test::DBIx::Class::Example::Schema::DefaultRS - The default ResultSet |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 DESCRIPTION |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
L<DBIx::Class> will use a resultset class which shares a name with the Result |
14
|
|
|
|
|
|
|
class. If one does not exist, use this class as the default. |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 SEE ALSO |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
The following modules or resources may be of interest. |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
L<DBIx::Class::ResultSet>, L<Test::DBIx::Class::Schema::ResultSet> |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 AUTHOR |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
John Napiorkowski C<< <jjnapiork@cpan.org> >> |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 COPYRIGHT & LICENSE |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
Copyright 2009, John Napiorkowski C<< <jjnapiork@cpan.org> >> |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify |
31
|
|
|
|
|
|
|
it under the same terms as Perl itself. |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=cut |
34
|
|
|
|
|
|
|
|