Dag Arneson > Net-OpenID-JanRain > Net::OpenID::JanRain::Stores::SQLStore

Download:
Net-OpenID-JanRain-1.1.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source  

Net::OpenID::JanRain::Stores::SQLStore ^

This module contains the base class for the SQL stores. It cannot be instantiated itself, but its included subclasses can. The library includes three subclasses, MySQLStore, PostGreSQLStore and SQLiteStore. (link these)

Interface

This class uses the interface of Net::OpenID::JanRain::Stores and implements one additional method.

createTables

The one new external method for SQLStores. It creates the database tables necessary for the store to work. It should not be called if the tables exist already.