Searched defs:SQLITE_IGNORE (Results 1 - 5 of 5) sorted by relevance

/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/sqlite/dist/orig/
H A Dsqlite3.h2688 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2692 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2710 ** and the callback returns [SQLITE_IGNORE] then the
2713 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2717 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2772 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
2776 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
8036 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
8051 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
8056 /* #define SQLITE_IGNORE
[all...]
H A Dsqlite3.c2965 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2969 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2987 ** and the callback returns [SQLITE_IGNORE] then the
2990 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2994 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
3049 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
3053 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
8313 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
8328 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
8333 /* #define SQLITE_IGNORE
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2688 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2692 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2710 ** and the callback returns [SQLITE_IGNORE] then the
2713 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2717 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
2772 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
2776 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
8036 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
8051 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
8056 /* #define SQLITE_IGNORE
[all...]
H A Dsqlite3.c2965 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2969 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2987 ** and the callback returns [SQLITE_IGNORE] then the
2990 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2994 ** [SQLITE_IGNORE] then the [DELETE] operation proceeds but the
3049 ** Note that SQLITE_IGNORE is also used as a [conflict resolution mode]
3053 #define SQLITE_IGNORE 2 /* Don't allow access, but don't generate an error */ macro
8313 ** value returned is one of [SQLITE_ROLLBACK], [SQLITE_IGNORE], [SQLITE_FAIL],
8328 ** Note that the [SQLITE_IGNORE] constant is also used as a potential
8333 /* #define SQLITE_IGNORE
[all...]

Completed in 973 milliseconds