Home
last modified time | relevance | path

Searched refs:IntegrityError (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.h114 PyObject* IntegrityError; member
Dconnection.c206 self->IntegrityError = pysqlite_IntegrityError; in pysqlite_connection_init()
1609 {"IntegrityError", T_OBJECT, offsetof(pysqlite_Connection, IntegrityError), RO},
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DIpiDb.py233 except sqlite3.IntegrityError, DetailMsg: