DBICx-MaterializedPath
view release on metacpan or search on metacpan
set_materialized_path
Probably shouldn't mess with this. It's used by "insert" and
"delete".
OVERRIDDEN METHODS
insert
Sets the materialized path.
update
Updates which change the parent of a record necessarily cascade
through all their children and grandchildren to recompute and set
their new materialized paths. E.g., given this treeâ
1
|
3
/ \
12 8
/\ /\
5 13 7 4
lib/DBICx/MaterializedPath.pm view on Meta::CPAN
=head2 OVERRIDDEN METHODS
=over 4
=item insert
Sets the materialized path.
=item update
Updates which change the parent of a record necessarily cascade through all their children and grandchildren to recompute and set their new materialized paths. E.g., given this treeE<ndash>
1
|
3
/ \
12 8
/\ /\
5 13 7 4
You get paths including B<1/3/12/13> and B<1/3/4>. Let's say we change record 3's parent from 1 to 2E<ndash>
( run in 0.507 second using v1.01-cache-2.11-cpan-49f99fa48dc )