1Data::Stream::Bulk::DBIUCs(e3r)Contributed Perl DocumentDaattiao:n:Stream::Bulk::DBIC(3)
2
3
4
6 Data::Stream::Bulk::DBIC - Iterate DBIC resultsets with
7 Data::Stream::Bulk
8
10 Data::Stream::Bulk::DBIC->new(
11 resultset => scalar($schema->rs("Foo")->search(...))
12 );
13
15 This is a wrapper for DBIx::Class::ResultSet that fits the
16 Data::Stream::Bulk api.
17
18 Due to the fact that DBIC inflation overhead is fairly negligiable to
19 that of iteration though, I haven't actually bothered to make it bulk.
20
21 If DBIx::Class::Cursor will support n-at-a-time fetching as opposed to
22 one-at-a-time or all-at-a-time at some point in the future this class
23 will be updated to match.
24
26 get_more
27 See Data::Stream::Bulk::DoneFlag.
28
29 Returns a single row. In the future this should return more than one
30 row.
31
33 Yuval Kogman <nothingmuch@woobling.org>
34
36 This software is copyright (c) 2010 by Yuval Kogman.
37
38 This is free software; you can redistribute it and/or modify it under
39 the same terms as the Perl 5 programming language system itself.
40
41
42
43perl v5.12.1 2010-08-24 Data::Stream::Bulk::DBIC(3)