```perl my $phantom = $row->create_phantom(); $phantom->set(name => 'hoge'); $row = $phantom->apply($db); ```