Package SQLite

Class Constants


  • public final class Constants
    extends Object
    Container for SQLite constants. Usually generated by "native/mkconst.c". For Android, I pasted in the output of this one-liner: perl -ne '$_ =~ s/#define\s+(SQLITE\S+)\s+([0-9x]+)/ public static final int $1 = $2;/ && print $_;' external/sqlite/dist/sqlite3.h