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 version 0.11
11
13 Data::Stream::Bulk::DBIC->new(
14 resultset => scalar($schema->rs("Foo")->search(...))
15 );
16
18 This is a wrapper for DBIx::Class::ResultSet that fits the
19 Data::Stream::Bulk api.
20
21 Due to the fact that DBIC inflation overhead is fairly negligiable to
22 that of iteration though, I haven't actually bothered to make it bulk.
23
24 If DBIx::Class::Cursor will support n-at-a-time fetching as opposed to
25 one-at-a-time or all-at-a-time at some point in the future this class
26 will be updated to match.
27
29 get_more
30 See Data::Stream::Bulk::DoneFlag.
31
32 Returns a single row. In the future this should return more than
33 one row.
34
36 Yuval Kogman <nothingmuch@woobling.org>
37
39 This software is copyright (c) 2012 by Yuval Kogman.
40
41 This is free software; you can redistribute it and/or modify it under
42 the same terms as the Perl 5 programming language system itself.
43
44
45
46perl v5.34.0 2022-01-21 Data::Stream::Bulk::DBIC(3)