Searched refs:SQLITE_DENY (Results 1 - 7 of 7) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java103 public static final int SQLITE_DENY = 1; /* Abort the SQL statement with an error */ field in class:Constants
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2323 return SQLITE_DENY;
2340 return SQLITE_DENY;
2346 return SQLITE_DENY;
2353 i = SQLITE_DENY;
2358 return SQLITE_DENY;
/external/sqlite/dist/orig/
H A Dsqlite3.h2541 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2543 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2548 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2626 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c2755 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2757 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2762 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2840 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2541 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2543 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2548 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2626 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
H A Dsqlite3.c2755 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
2757 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2762 ** requested is ok. ^When the callback returns [SQLITE_DENY], the
2840 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
[all...]
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 853 milliseconds