NAME

Bif::DB::Plugin::ChangeIDv1 - read-write helper methods for a bif database

VERSION

0.1.5_3 (2015-06-30)

SYNOPSIS

use strict;
use warnings;
use Bif::DB;
use Bif::DB::Plugin::ChangeIDv1;

my $db = Bif::DB->connect(...);

# Now use dbh/st methods from ChangeIDv1

DESCRIPTION

Bif::DB::Plugin::ChangeIDv1 adds some changeet methods to Bif::DB.

DBH METHODS

xprepare_changeset_v1() -> $sth

ST METHODS

changeset_v1() -> ArrayRef

SEE ALSO

Bif::DB

AUTHOR

Mark Lawrence <nomad@null.net>

COPYRIGHT AND LICENSE

Copyright 2013-2015 Mark Lawrence <nomad@null.net>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.