Class Auth_OpenID_SQLiteStore
An SQL store that uses SQLite as its backend.
-
Auth_OpenID_OpenIDStore
-
Auth_OpenID_SQLStore
-
Auth_OpenID_SQLiteStore
Methods summary
public
|
#
setSQL( )
This method should be overridden by subclasses. This method is
called by the constructor to set values in $this->sql, which is
an array keyed on sql name.
This method should be overridden by subclasses. This method is
called by the constructor to set values in $this->sql, which is
an array keyed on sql name.
Overrides
|
public
|
|
Methods inherited from Auth_OpenID_SQLStore
Auth_OpenID_SQLStore(),
_fixSQL(),
_get_assoc(),
_get_assocs(),
_octify(),
_set_assoc(),
_unoctify(),
_verifySQL(),
blobDecode(),
blobEncode(),
cleanupAssociations(),
cleanupNonces(),
createTables(),
create_assoc_table(),
create_nonce_table(),
getAssociation(),
isError(),
removeAssociation(),
reset(),
resultToBool(),
storeAssociation(),
tableExists(),
useNonce()
|