HomeSort by relevance Sort by last modified time
    Searched full:sqlite (Results 351 - 375 of 1882) sorted by null

<<11121314151617181920>>

  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 17 package libcore.sqlite;
19 import SQLite.Authorizer;
20 import SQLite.Blob;
21 import SQLite.BusyHandler;
22 import SQLite.Callback;
23 import SQLite.Constants;
24 import SQLite.Database;
25 import SQLite.Exception;
26 import SQLite.Function;
27 import SQLite.FunctionContext
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseAuthorizer.cpp 63 // SQLite functions used to help implement some operations
70 // SQLite core functions
99 // SQLite date and time functions
106 // SQLite aggregate functions
114 // SQLite FTS functions
120 // SQLite ICU functions
SQLStatement.cpp 32 #include "modules/webdatabase/sqlite/SQLiteDatabase.h"
33 #include "modules/webdatabase/sqlite/SQLiteStatement.h"
  /external/chromium_org/third_party/sqlite/src/src/
loadext.c 13 ** the SQLite library.
27 ** excluded from a build of SQLite. Substitute a NULL pointer
113 ** The following structure contains pointers to all SQLite API routines.
115 ** loaded so that the extension can make calls back into the SQLite
378 ** Attempt to load an SQLite extension library contained in the file
405 ** applications that relink against newer versions of SQLite, the
os.h 15 ** the SQLite library will work on both POSIX and windows systems.
121 ** If sqlite is being embedded in another program, you may wish to change the
127 ** Mcafee started using SQLite in their anti-virus product and it
128 ** started putting files with the "sqlite" name in the c:/temp folder.
130 ** Google search for "sqlite", find the telephone numbers of the
132 ** For this reason, the default name prefix is changed to be "sqlite"
global.c 20 ** SQLite only considers US-ASCII (or EBCDIC) characters. We do not
22 ** involved are nearly as big or bigger than SQLite itself.
72 ** SQLite identifier character 0x40
82 ** array. tolower() is used more often than toupper() by SQLite.
85 ** SQLite identifier. Identifiers are alphanumerics, "_", "$", and any
89 ** SQLite's versions are identical to the standard versions assuming a
136 ** the SQLite library.
190 ** 1-gibabyte boundary) in a compatible database. SQLite never uses
legacy.c 12 ** Main file for the SQLite library. The routines in this file
14 ** other files are for internal use by SQLite and should not be
  /external/chromium_org/third_party/sqlite/src/test/
eqp.test 368 # EVIDENCE-OF: R-64208-08323 sqlite> EXPLAIN QUERY PLAN SELECT a, b
375 # EVIDENCE-OF: R-09022-44606 sqlite> CREATE INDEX i1 ON t1(a);
376 # sqlite> EXPLAIN QUERY PLAN SELECT a, b FROM t1 WHERE a=1;
383 # EVIDENCE-OF: R-62228-34103 sqlite> CREATE INDEX i2 ON t1(a, b);
384 # sqlite> EXPLAIN QUERY PLAN SELECT a, b FROM t1 WHERE a=1;
391 # EVIDENCE-OF: R-22253-05302 sqlite> EXPLAIN QUERY PLAN SELECT t1.*,
401 # EVIDENCE-OF: R-21040-07025 sqlite> EXPLAIN QUERY PLAN SELECT t1.*,
410 # EVIDENCE-OF: R-39007-61103 sqlite> CREATE INDEX i3 ON t1(b);
411 # sqlite> EXPLAIN QUERY PLAN SELECT * FROM t1 WHERE a=1 OR b=2;
420 # EVIDENCE-OF: R-33025-54904 sqlite> EXPLAIN QUERY PLAN SELECT c,
    [all...]
autovacuum_ioerr2.test 11 # This file implements regression tests for SQLite library. The
16 # available in the SQLite test fixture.
badutf2.test 11 # This file implements regression tests for SQLite library.
13 # This file checks to make sure SQLite is able to gracEFully
corrupt3.test 11 # This file implements regression tests for SQLite library.
13 # This file implements tests to make sure SQLite does not crash or
corrupt8.test 11 # This file implements regression tests for SQLite library.
13 # This file implements tests to make sure SQLite does not crash or
jrnlmode2.test 34 # not a hot-journal, SQLite currently grabs an exclusive lock on the
43 # When SQLite queries the database file for the schema in order to compile
server1.test 11 # This file implements regression tests for SQLite library. The
12 # focus of this script is testing the server mode of SQLite.
tkt-fc62af4523.test 11 # This file implements regression tests for SQLite library. Specifically,
58 # this was causing SQLite to delete the journal file from the file-system,
  /external/chromium/chrome/common/
sqlite_utils.h 16 #include "third_party/sqlite/sqlite3.h"
27 // Interface to be implemented by objects that can handle exceptional sqlite
33 // Handle a sqlite error. |error| is the return code an of sqlite operation
52 // A wrapper for sqlite transactions that rollsback when the wrapper
141 // SQLite does not support nested transactions. This class provides a gross
176 // A scoped sqlite statement that finalizes when it goes out of scope.
227 // A scoped sqlite statement with convenient C++ wrappers for sqlite3 APIs.
264 // (sqlite just uses the length)
271 // (sqlite just uses the length
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 1 package SQLite.JDBC2z;
29 SQLite.Database.version().compareTo("2.5.0") < 0;
222 args[parameterIndex - 1] = SQLite.StringEncoder.encodeX(x);
225 args[parameterIndex - 1] = SQLite.StringEncoder.encode(x);
239 args[parameterIndex - 1] = java.lang.Double.toString(SQLite.Database.julian_from_long(x.getTime()));
256 args[parameterIndex - 1] = java.lang.Double.toString(SQLite.Database.julian_from_long(x.getTime()));
273 args[parameterIndex - 1] = java.lang.Double.toString(SQLite.Database.julian_from_long(x.getTime()));
322 SQLite.StringEncoder.encodeX(bx);
326 args[parameterIndex - 1] = SQLite.StringEncoder.encode(bx);
346 SQLite.StringEncoder.encodeX(bx)
    [all...]
  /external/chromium/chrome/browser/password_manager/
login_database.h 26 // Initialize the database with an sqlite file at the given path.
73 // that SQLite doesn't leave fragments of passwords in the database file.
  /external/chromium_org/build/linux/unbundle/
replace_gyp_files.py 38 'use_system_sqlite': 'third_party/sqlite/sqlite.gyp',
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database.h 21 // Represents a SQLite based backing for DOM storage data. This
47 // Constructor that uses an in-memory sqlite database, for testing.
  /external/chromium_org/content/child/
web_database_observer_impl.cc 12 #include "third_party/sqlite/sqlite3.h"
24 // If we have a sqlite error, log it after trimming the extended bits.
  /external/chromium_org/content/test/data/
simple_database.html 115 // |ROWID| is a special sqlite column. It is unique and is incremented
117 // |LIMIT| is a nonstandard clause supported by sqlite that lets us pick
  /external/chromium_org/sql/
statement_unittest.cc 15 #include "third_party/sqlite/sqlite3.h"
58 // gets a bit wonky since sqlite says this is OK so succeeded is set.
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteStatement.cpp 27 #include "modules/webdatabase/sqlite/SQLiteStatement.h"
31 #include "modules/webdatabase/sqlite/SQLValue.h"
35 // SQLite 3.6.16 makes sqlite3_prepare_v2 automatically retry preparing the statement
38 #error SQLite version 3.6.16 or newer is required
71 // this lets SQLite avoid an extra string copy.
178 // SQLite treats uses zero pointers to represent null strings, which means we need to make sure to map null WTFStrings to zero pointers.
189 // SQLite treats uses zero pointers to represent null strings, which means we need to make sure to map null WTFStrings to zero pointers.
304 // SQLite is typed per value. optional column types are

Completed in 348 milliseconds

<<11121314151617181920>>