Home
last modified time | relevance | path

Searched defs:SQLITE_INSERT (Results 1 – 8 of 8) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DConstants.java122 public static final int SQLITE_INSERT = 18; /* Table Name NULL */ field in Constants
/external/rust/android-crates-io/crates/rusqlite/src/hooks/
Dmod.rs29 SQLITE_INSERT = ffi::SQLITE_INSERT, enumerator
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.h3287 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h3287 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3.h3287 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3.h3287 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs246 pub const SQLITE_INSERT: i32 = 18; constant
Dbindgen_3.14.0_ext.rs223 pub const SQLITE_INSERT: i32 = 18; constant