Home | Trees | Indices | Help |
|
---|
|
object --+ | interface.OpenIDStore --+ | SQLStore --+ | MySQLStore
This is a MySQL-based specialization of SQLStore
.
Uses InnoDB tables for transaction support.
To create an instance, see SQLStore.__init__
. To create the tables it will
use, see SQLStore.createTables
.
All other methods are implementation details.
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
exceptions MySQLdb - A DB API v2.0 compatible interface to MySQL. |
|
create_nonce_sql =
|
|
create_assoc_sql =
|
|
set_assoc_sql =
|
|
get_assocs_sql =
|
|
get_expired_sql =
|
|
get_assoc_sql =
|
|
remove_assoc_sql =
|
|
clean_assoc_sql =
|
|
add_nonce_sql =
|
|
clean_nonce_sql =
|
|
Inherited from |
Properties | |
Inherited from |
Method Details |
Convert a blob as returned by the SQL engine into a str object. str -> str
|
Class Variable Details |
exceptionsMySQLdb - A DB API v2.0 compatible interface to MySQL. This package is a wrapper around _mysql, which mostly implements the MySQL C API. connect() -- connects to server See the C API specification and the MySQL documentation for more info on other items. For information on how MySQLdb handles type conversion, see the MySQLdb.converters module.
|
create_nonce_sql
|
create_assoc_sql
|
set_assoc_sql
|
get_assocs_sql
|
get_expired_sql
|
get_assoc_sql
|
remove_assoc_sql
|
clean_assoc_sql
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Mar 5 11:53:12 2021 | http://epydoc.sourceforge.net |