Home
last modified time | relevance | path

Searched defs:SQLITE_DROP_INDEX (Results 1 – 12 of 12) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DConstants.java114 public static final int SQLITE_DROP_INDEX = 10; /* Index Name Table Name */ field in Constants
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs118 pub const SQLITE_DROP_INDEX: i32 = 10; constant
Dbindgen_3.6.23.rs125 pub const SQLITE_DROP_INDEX: i32 = 10; constant
Dbindgen_3.7.7.rs150 pub const SQLITE_DROP_INDEX: i32 = 10; constant
Dbindgen_3.7.16.rs178 pub const SQLITE_DROP_INDEX: i32 = 10; constant
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h3094 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */ macro
Dbindgen_bundled_version.rs264 pub const SQLITE_DROP_INDEX: i32 = 10; constant
Dsqlite3.c4157 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */ macro
/external/sqlite/dist/
Dsqlite3.h3079 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */ macro
Dsqlite3.c4118 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */ macro
/external/sqlite/dist/orig/
Dsqlite3.h3079 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */ macro
Dsqlite3.c4118 #define SQLITE_DROP_INDEX 10 /* Index Name Table Name */ macro