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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 209 ** The return value is is SQLITE_OK if there are no errors and
210 ** some other [SQLITE_OK | return code] if there is an error.
224 ** KEYWORDS: SQLITE_OK
237 #define SQLITE_OK 0 /* Successful result */
293 ** The SQLITE_OK result code will never be extended. It will always
314 ** [SQLITE_OK | result codes]. When extended result codes
700 ** return SQLITE_OK to allow the action, [SQLITE_IGNORE] to disallow the
    [all...]
  /libcore/luni/src/test/java/tests/SQLite/
DatabaseTest.java     [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/
Constants.java 17 public static final int SQLITE_OK = 0; /* Successful result */
  /external/sqlite/dist/
sqlite3.h 243 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
343 ** KEYWORDS: SQLITE_OK {error code} {error codes}
353 #define SQLITE_OK 0 /* Successful result */
391 ** [SQLITE_OK | result codes]. However, experience has shown that many of
405 ** The SQLITE_OK result code will never be extended. It will always
    [all...]
sqlite3.c 767 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
867 ** KEYWORDS: SQLITE_OK {error code} {error codes}
    [all...]

Completed in 673 milliseconds