Home
last modified time | relevance | path

Searched defs:SQLITE_INSERT (Results 1 – 13 of 13) 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/crates/rusqlite/src/
Dhooks.rs23 SQLITE_INSERT = ffi::SQLITE_INSERT, enumerator
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs126 pub const SQLITE_INSERT: i32 = 18; constant
Dbindgen_3.6.23.rs133 pub const SQLITE_INSERT: i32 = 18; constant
Dbindgen_3.7.7.rs158 pub const SQLITE_INSERT: i32 = 18; constant
Dbindgen_3.7.16.rs186 pub const SQLITE_INSERT: i32 = 18; constant
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h3102 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
Dbindgen_bundled_version.rs272 pub const SQLITE_INSERT: i32 = 18; constant
Dsqlite3.c4165 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
/external/sqlite/dist/
Dsqlite3.h3087 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
Dsqlite3.c4126 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
/external/sqlite/dist/orig/
Dsqlite3.h3087 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
Dsqlite3.c4126 #define SQLITE_INSERT 18 /* Table Name NULL */ macro