Home
last modified time | relevance | path

Searched defs:SQLITE_DENY (Results 1 – 5 of 5) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DConstants.java103 public static final int SQLITE_DENY = 1; /* Abort the SQL statement with an error */ field in Constants
/external/sqlite/dist/
Dsqlite3.h2613 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
Dsqlite3.c2820 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
/external/sqlite/dist/orig/
Dsqlite3.h2613 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
Dsqlite3.c2820 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro