Home
last modified time | relevance | path

Searched refs:zStmtType (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Ddelete.c138 char *zStmtType /* Either DELETE or UPDATE. For error messages. */ in sqlite3LimitWhere() argument
150 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType); in sqlite3LimitWhere()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c81195 char *zStmtType /* Either DELETE or UPDATE. For error messages. */
81207 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType);
/external/sqlite/dist/
Dsqlite3.c91012 char *zStmtType /* Either DELETE or UPDATE. For err msgs. */
91024 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType);
/external/sqlite/dist/orig/
Dsqlite3.c90992 char *zStmtType /* Either DELETE or UPDATE. For err msgs. */
91004 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType);