Searched refs:SQLITE_IGNORE (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dauth.c60 ** 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 ){
H A Ddelete.c291 assert( rcauth==SQLITE_OK || rcauth==SQLITE_DENY || rcauth==SQLITE_IGNORE );
H A Dupdate.c225 }else if( rc==SQLITE_IGNORE ){
H A Dsqlite.h.in2116 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2120 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2138 ** and the callback returns [SQLITE_IGNORE] then the
2141 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2145 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2201 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */
H A Dfkey.c742 ** authorization callback returns SQLITE_IGNORE, behave as if any
748 isIgnore = (rcauth==SQLITE_IGNORE);
H A Dtclsqlite.c906 }else if( strcmp(zReply,"SQLITE_IGNORE")==0 ){
907 rc = SQLITE_IGNORE;
1623 ** SQLITE_IGNORE, or SQLITE_DENY. Any other return value is an error.
/external/javasqlite/src/main/java/SQLite/
H A DConstants.java104 public static final int SQLITE_IGNORE = 2; /* Don't allow access, but don't generate an error */ field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2121 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2125 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2143 ** and the callback returns [SQLITE_IGNORE] then the
2146 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2150 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2206 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
H A Dsqlite3.c2664 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2668 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2686 ** and the callback returns [SQLITE_IGNORE] then the
2689 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2693 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2749 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h2424 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2428 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2446 ** and the callback returns [SQLITE_IGNORE] then the
2449 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2453 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2508 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
2512 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
7340 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
7355 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
7360 /* #define SQLITE_IGNORE
[all...]
H A Dsqlite3.c2539 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2543 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2561 ** and the callback returns [SQLITE_IGNORE] then the
2564 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2568 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2623 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
2627 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
7455 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
7470 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
7475 /* #define SQLITE_IGNORE
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2424 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2428 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2446 ** and the callback returns [SQLITE_IGNORE] then the
2449 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2453 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2508 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
2512 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
7340 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
7355 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
7360 /* #define SQLITE_IGNORE
[all...]
H A Dsqlite3.c2539 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2543 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2561 ** and the callback returns [SQLITE_IGNORE] then the
2564 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2568 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2623 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
2627 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
7455 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
7470 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
7475 /* #define SQLITE_IGNORE
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2352 if (i != SQLITE_OK && i != SQLITE_IGNORE) {

Completed in 8878 milliseconds