![]() |
![]()
| ![]() |
![]()
NAMEProphet::Replica::sqliteVERSIONversion 0.751METHODSreplica_existsReturns true if the replica already exists / has been initialized. Returns false otherwise.replica_versionReturns this replica's version.set_replica_versionSets the replica's version to the given integer.uuidReturn the replica UUIDtraverse_changesets { after => SEQUENCE_NO, UNTIL => SEQUENCE_NO, callback => sub { } }Walks through all changesets from $after to $until, calling $callback on each.If no $until is specified, the latest changeset is assumed. changesets_for_record { uuid => $uuid, type => $type, limit => $int }Returns an ordered set of changeset objects for all changesets containing changes to this object.If "limit" is specified, only returns that many changesets (starting from record creation). Note that changesets may include changes to other records list_records { type => $type }Returns a reference to a list of record objects for all records of type $type.Order is not guaranteed. read_userdata_fileReturns the contents of the given file in this replica's userdata directory. Returns "undef" if the file does not exist.write_userdata_fileWrites the given string to the given file in this replica's userdata directory.AUTHORS
COPYRIGHT AND LICENSEThis software is Copyright (c) 2009 by Best Practical Solutions.This is free software, licensed under: The MIT (X11) License BUGS AND LIMITATIONSYou can make new bug reports, and view existing ones, through the web interface at <https://rt.cpan.org/Public/Dist/Display.html?Name=Prophet>.CONTRIBUTORS
|