Searched refs:SQLITE_INSERT (Results 1 - 5 of 5) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java122 public static final int SQLITE_INSERT = 18; /* Table Name NULL */ field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h2653 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
5088 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2860 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
5295 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2653 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
5088 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2860 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
5295 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
[all...]

Completed in 556 milliseconds