HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_IGNORE (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/
SQLiteAuthorizer.cpp 37 const int SQLAuthIgnore = SQLITE_IGNORE;
  /external/chromium_org/third_party/sqlite/src/src/
auth.c 60 ** should return either SQLITE_OK, SQLITE_DENY, or SQLITE_IGNORE. If
63 ** will return with an error. SQLITE_IGNORE means that the SQL statement
97 ** If SQLITE_IGNORE is returned and pExpr is not NULL, then pExpr is changed
98 ** to an SQL NULL expression. Otherwise, if pExpr is NULL, then SQLITE_IGNORE
119 }else if( rc!=SQLITE_IGNORE && rc!=SQLITE_OK ){
130 ** If the auth function returns SQLITE_IGNORE, change the TK_COLUMN
180 if( SQLITE_IGNORE==sqlite3AuthReadCol(pParse, pTab->zName, zCol, iDb) ){
187 ** either SQLITE_OK (zero) or SQLITE_IGNORE or SQLITE_DENY. If SQLITE_DENY
215 }else if( rc!=SQLITE_OK && rc!=SQLITE_IGNORE ){
delete.c 291 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
update.c 225 }else if( rc==SQLITE_IGNORE ){
sqlite.h.in     [all...]
fkey.c 742 ** authorization callback returns SQLITE_IGNORE, behave as if any
748 isIgnore = (rcauth==SQLITE_IGNORE);
    [all...]
tclsqlite.c 906 }else if( strcmp(zReply,"SQLITE_IGNORE")==0 ){
907 rc = SQLITE_IGNORE;
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Constants.java 104 public static final int SQLITE_IGNORE = 2; /* Don't allow access, but don't generate an error */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c     [all...]

Completed in 856 milliseconds