Searched defs:SQLITE_ALTER_TABLE (Results 1 - 5 of 5) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java130 public static final int SQLITE_ALTER_TABLE = 26; /* Database Name Table Name */ field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h2661 #define SQLITE_ALTER_TABLE 26 /* Database Name Table Name */ macro
H A Dsqlite3.c2868 #define SQLITE_ALTER_TABLE 26 /* Database Name Table Name */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2661 #define SQLITE_ALTER_TABLE 26 /* Database Name Table Name */ macro
H A Dsqlite3.c2868 #define SQLITE_ALTER_TABLE 26 /* Database Name Table Name */ macro
[all...]

Completed in 1201 milliseconds