HomeSort by relevance Sort by last modified time
    Searched defs:SQLITE_DENY (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 702 ** compiled, or [SQLITE_DENY] to cause the entire SQL statement to be
705 ** Depending on the action, the [SQLITE_IGNORE] and [SQLITE_DENY] return
708 ** then [SQLITE_IGNORE] and [SQLITE_DENY] both cause the statement compilation
710 ** from a specific table, then [SQLITE_DENY] will cause the entire
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Constants.java 103 public static final int SQLITE_DENY = 1; /* Abort the SQL statement with an error */
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 2479 milliseconds