Go to the source code of this file.
Classes | |
| class | tornado::database::Connection |
| class | tornado::database::Row |
Namespaces | |
| namespace | tornado::database |
Variables | |
| tuple | tornado::database.CONVERSIONS = copy.copy(MySQLdb.converters.conversions) |
| tornado::database.FIELD_TYPE = MySQLdb.constants.FIELD_TYPE | |
| list | tornado::database.field_types = [FIELD_TYPE.BLOB, FIELD_TYPE.STRING, FIELD_TYPE.VAR_STRING] |
| tornado::database.FLAG = MySQLdb.constants.FLAG | |
| tornado::database.IntegrityError = MySQLdb.IntegrityError | |
| tornado::database.MySQLdb = None | |
| tornado::database.OperationalError = MySQLdb.OperationalError | |