GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CPAN::SQLite::State(3) User Contributed Perl Documentation CPAN::SQLite::State(3)

CPAN::SQLite::State - get state information on the database

This module gets information on the current state of the database and compares it to that obtained from the CPAN index files from CPAN::SQLite::Info and from the repositories from CPAN::SQLite::PPM. For each of the four tables dists, mods, auths, and ppms, two methods are used to get this information:
  • "ids"

    This method gets the ids of the relevant names, and versions, if applicable, in the table.

  • "state"

    This method compares the information in the tables obtained from the "ids" method to that from the CPAN indices and ppm repositories. One of three actions is then decided, which is subsequently acted upon in CPAN::SQLite::Populate.

  • "insert"

    If the information in the indices is not in the database, this information is marked for insertion.

  • "update"

    If the information in the database is older than that form the indices (generally, this means an older version), the information is marked for updating.

  • "delete"

    If the information in the database is no longer present in the indices, the information is marked for deletion.

2009-12-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.