Attean::API::BulkUpdatableModel(3pm) | User Contributed Perl Documentation | Attean::API::BulkUpdatableModel(3pm) |
Attean::API::BulkUpdatableModel - Role representing models that can perform bulk update operations
This document describes Attean::API::BulkUpdatableModel version 0.033
use v5.14; use Attean;
This is a Moo role for Attean::API::MutableModels that can perform bulk update operations.
Model-provided mutating methods (e.g. "load_triples", "add_iter", and "add_list") are automatically wrapped in matching "begin_bulk_updates" and "end_bulk_updates" calls.
Read-only model methods (e.g. "get_quads", "get_bindings", "count_quads", "get_graphs", "subject", "predicate", "object", and "graph") are automatically preceded by a "end_bulk_updates" call.
Classes consuming this role must provide the following methods:
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/attean/issues>.
Gregory Todd Williams "<gwilliams@cpan.org>"
Copyright (c) 2014--2022 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-10-06 | perl v5.34.0 |