Classes | |
class | Connection |
class | Row |
Variables | |
tuple | CONVERSIONS = copy.copy(MySQLdb.converters.conversions) |
FIELD_TYPE = MySQLdb.constants.FIELD_TYPE | |
list | field_types = [FIELD_TYPE.BLOB, FIELD_TYPE.STRING, FIELD_TYPE.VAR_STRING] |
FLAG = MySQLdb.constants.FLAG | |
IntegrityError = MySQLdb.IntegrityError | |
MySQLdb = None | |
OperationalError = MySQLdb.OperationalError |
tuple tornado::database::CONVERSIONS = copy.copy(MySQLdb.converters.conversions) |
Definition at line 227 of file database.py.
tornado::database::FIELD_TYPE = MySQLdb.constants.FIELD_TYPE |
Definition at line 225 of file database.py.
list tornado::database::field_types = [FIELD_TYPE.BLOB, FIELD_TYPE.STRING, FIELD_TYPE.VAR_STRING] |
Definition at line 229 of file database.py.
tornado::database::FLAG = MySQLdb.constants.FLAG |
Definition at line 226 of file database.py.
tornado::database::IntegrityError = MySQLdb.IntegrityError |
Definition at line 237 of file database.py.
tornado::database::MySQLdb = None |
Definition at line 34 of file database.py.
tornado::database::OperationalError = MySQLdb.OperationalError |
Definition at line 238 of file database.py.