|
|
| |
Net::OpenID::JanRain::Stores::SQLStore(3) |
User Contributed Perl Documentation |
Net::OpenID::JanRain::Stores::SQLStore(3) |
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)
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.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |