OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONSTRAINT_ERR
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLError.idl
42
const unsigned short
CONSTRAINT_ERR
= 6;
SQLError.h
60
CONSTRAINT_ERR
= 6,
SQLStatementBackend.cpp
193
db->reportExecuteStatementResult(6, SQLError::
CONSTRAINT_ERR
, result);
194
m_error = SQLError::create(SQLError::
CONSTRAINT_ERR
, "could not execute statement due to a constaint failure", result, database->lastErrorMsg());
Completed in 179 milliseconds