Home
last modified time | relevance | path

Searched defs:SQLITE_DENY (Results 1 – 16 of 16) 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/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs107 pub const SQLITE_DENY: i32 = 1; constant
Dbindgen_3.6.23.rs114 pub const SQLITE_DENY: i32 = 1; constant
Dbindgen_3.7.7.rs139 pub const SQLITE_DENY: i32 = 1; constant
Dbindgen_3.7.16.rs167 pub const SQLITE_DENY: i32 = 1; constant
/external/sqlite/dist/sqlite-autoconf-3420000/
Dsqlite3.h3228 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
Dsqlite3.c3538 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h3247 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
Dsqlite3.c3560 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h3062 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
Dbindgen_bundled_version.rs253 pub const SQLITE_DENY: i32 = 1; constant
Dsqlite3.c4125 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.h3247 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
Dsqlite3.c3560 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dsqlite3.h3228 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
Dsqlite3.c3538 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro