| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
interface.OpenIDStore --+
|
SQLStore --+
|
SQLiteStore
This is an SQLite-based specialization of SQLStore.
To create an instance, see SQLStore.__init__. To create the tables it will
use, see SQLStore.createTables.
All other methods are implementation details.
|
|||
|
|||
|
|||
bool
|
|
||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
create_nonce_sql =
|
|||
create_assoc_sql =
|
|||
set_assoc_sql =
|
|||
get_assocs_sql =
|
|||
get_assoc_sql =
|
|||
get_expired_sql =
|
|||
remove_assoc_sql =
|
|||
clean_assoc_sql =
|
|||
add_nonce_sql =
|
|||
clean_nonce_sql =
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Convert a blob as returned by the SQL engine into a str object. str -> str
|
Convert a str object into the necessary object for storing in the database as a blob.
|
Return whether this nonce is present, and if it is, then remove it from the set. str -> bool
|
|
|||
create_nonce_sql
|
create_assoc_sql
|
set_assoc_sql
|
get_assocs_sql
|
get_assoc_sql
|
get_expired_sql
|
remove_assoc_sql
|
clean_assoc_sql
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Dec 17 16:12:37 2011 | http://epydoc.sourceforge.net |