OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLite
(Results
26 - 26
of
26
) sorted by null
1
2
/external/javasqlite/src/main/java/SQLite/
Constants.java
3
package
SQLite
;
6
* Container for
SQLite
constants.
10
* perl -ne '$_ =~ s/#define\s+(
SQLITE
\S+)\s+([0-9x]+)/ public static final int $1 = $2;/ && print $_;' external/
sqlite
/dist/sqlite3.h
19
public static final int SQLITE_INTERNAL = 2; /* Internal logic error in
SQLite
*/
Completed in 34 milliseconds
1
2