OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sqlite
(Results
51 - 75
of
1882
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp
49
// Sets the global
SQLite
configuration.
50
// This must be called before any other
SQLite
functions are called.
52
// Enable multi-threaded mode. In this mode,
SQLite
is safe to use by multiple
54
// time (which we guarantee in the
SQLite
database wrappers).
57
// Redirect
SQLite
log messages to the Android log.
66
// Initialize
SQLite
.
85
return AndroidRuntime::registerNativeMethods(env, "android/database/
sqlite
/SQLiteGlobal",
/external/chromium_org/sql/
sql.gyp
15
'../third_party/
sqlite
/
sqlite
.gyp:
sqlite
',
86
'../third_party/
sqlite
/
sqlite
.gyp:
sqlite
',
/frameworks/base/docs/html/tools/help/
sqlite3.jd
7
"http://www.
sqlite
.org/
sqlite
.html">sqlite3</a> command-line program to manage
SQLite
databases
11
SQLite
commands on the fly.</p>
37
SQLite
version 3.3.12
40
#
sqlite
> .exit
/frameworks/base/docs/html/sdk/api_diff/11/changes/
android.database.sqlite.SQLiteCursor.html
10
android.database.
sqlite
.SQLiteCursor
74
Class android.database.
sqlite
.<A HREF="../../../../reference/android/database/
sqlite
/SQLiteCursor.html" target="_top"><font size="+2"><code>SQLiteCursor</code></font></A>
85
<A NAME="android.database.
sqlite
.SQLiteCursor.ctor_added(android.database.
sqlite
.SQLiteCursorDriver, java.lang.String, android.database.
sqlite
.SQLiteQuery)"></A>
86
<nobr><A HREF="../../../../reference/android/database/
sqlite
/SQLiteCursor.html#SQLiteCursor(android.database.
sqlite
.SQLiteCursorDriver, java.lang.String, android.database.
sqlite
.SQLiteQuery)" target="_top"><code>SQLiteCursor</code></A>(<code>SQLiteCursorDriver,</nobr> String<nobr>,</nobr> SQLiteQuery<nobr><nobr></code>)</nobr>
100
<A NAME="android.database.
sqlite
.SQLiteCursor.ctor_changed(android.database.sqlite.SQLiteDatabase, android.database.sqlite.SQLiteCu (…)
[
all
...]
android.database.sqlite.SQLiteDatabase.html
10
android.database.
sqlite
.SQLiteDatabase
74
Class android.database.
sqlite
.<A HREF="../../../../reference/android/database/
sqlite
/SQLiteDatabase.html" target="_top"><font size="+2"><code>SQLiteDatabase</code></font></A>
86
<A NAME="android.database.
sqlite
.SQLiteDatabase.beginTransactionNonExclusive_added()"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/database/
sqlite
/SQLiteDatabase.html#beginTransactionNonExclusive()" target="_top"><code>beginTransactionNonExclusive</code></A>()</nobr>
93
<A NAME="android.database.
sqlite
.SQLiteDatabase.beginTransactionWithListenerNonExclusive_added(android.database.
sqlite
.SQLiteTransactionListener)"></A>
94
<nobr><code>void</code> <A HREF="../../../../reference/android/database/
sqlite
/SQLiteDatabase.html#beginTransactionWithListenerNonExclusive(android.database.
sqlite
.SQLiteTransactionListener)" target="_top"><code>beginTransactionWithListenerNonExclusive</code></A>(<code>SQLiteTransactionListener</code>)</nobr>
100
<A NAME="android.database.
sqlite
.SQLiteDatabase.enableWriteAheadLogging_added()"></A
[
all
...]
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteAbortExceptionTest.java
17
package android.database.
sqlite
.cts;
19
import android.database.
sqlite
.SQLiteAbortException;
SQLiteConstraintExceptionTest.java
17
package android.database.
sqlite
.cts;
19
import android.database.
sqlite
.SQLiteConstraintException;
SQLiteDatabaseCorruptExceptionTest.java
17
package android.database.
sqlite
.cts;
19
import android.database.
sqlite
.SQLiteDatabaseCorruptException;
SQLiteDiskIOExceptionTest.java
17
package android.database.
sqlite
.cts;
19
import android.database.
sqlite
.SQLiteDiskIOException;
SQLiteDoneExceptionTest.java
17
package android.database.
sqlite
.cts;
19
import android.database.
sqlite
.SQLiteDoneException;
SQLiteExceptionTest.java
17
package android.database.
sqlite
.cts;
19
import android.database.
sqlite
.SQLiteException;
SQLiteFullExceptionTest.java
17
package android.database.
sqlite
.cts;
19
import android.database.
sqlite
.SQLiteFullException;
SQLiteMisuseExceptionTest.java
17
package android.database.
sqlite
.cts;
19
import android.database.
sqlite
.SQLiteMisuseException;
/external/chromium_org/third_party/sqlite/
google_generate_amalgamation.sh
14
# These options should match those in
sqlite
.gyp.
23
# third_party/
sqlite
/ directory. I also haven't found a client of it,
sqlite3.h
15
#include "third_party/
sqlite
/amalgamation/sqlite3.h"
/frameworks/base/core/java/android/database/sqlite/
SQLiteAbortException.java
17
package android.database.
sqlite
;
20
* An exception that indicates that the
SQLite
program was aborted.
SQLiteAccessPermException.java
17
package android.database.
sqlite
;
20
* This exception class is used when
sqlite
can't access the database file
SQLiteDatabaseCorruptException.java
17
package android.database.
sqlite
;
20
* An exception that indicates that the
SQLite
database file is corrupt.
SQLiteDiskIOException.java
17
package android.database.
sqlite
;
21
*
SQLite
database file.
SQLiteDoneException.java
17
package android.database.
sqlite
;
20
* An exception that indicates that the
SQLite
program is done.
SQLiteException.java
17
package android.database.
sqlite
;
22
* A
SQLite
exception that indicates there was an error with SQL parsing or execution.
SQLiteFullException.java
17
package android.database.
sqlite
;
20
* An exception that indicates that the
SQLite
database is full.
SQLiteStatementInfo.java
17
package android.database.
sqlite
;
20
* Describes a
SQLite
statement.
/frameworks/base/docs/html/sdk/api_diff/16/changes/
android.database.sqlite.SQLiteDatabase.html
10
android.database.
sqlite
.SQLiteDatabase
74
Class android.database.
sqlite
.<A HREF="../../../../reference/android/database/
sqlite
/SQLiteDatabase.html" target="_top"><font size="+2"><code>SQLiteDatabase</code></font></A>
87
<A NAME="android.database.
sqlite
.SQLiteDatabase.deleteDatabase_added(java.io.File)"></A>
88
<nobr><code>boolean</code> <A HREF="../../../../reference/android/database/
sqlite
/SQLiteDatabase.html#deleteDatabase(java.io.File)" target="_top"><code>deleteDatabase</code></A>(<code>File</code>)</nobr>
94
<A NAME="android.database.
sqlite
.SQLiteDatabase.disableWriteAheadLogging_added()"></A>
95
<nobr><code>void</code> <A HREF="../../../../reference/android/database/
sqlite
/SQLiteDatabase.html#disableWriteAheadLogging()" target="_top"><code>disableWriteAheadLogging</code></A>()</nobr>
101
<A NAME="android.database.
sqlite
.SQLiteDatabase.isWriteAheadLoggingEnabled_added()"></A>
102
<nobr><code>boolean</code> <A HREF="../../../../reference/android/database/
sqlite
/SQLiteDatabase.html#isWriteAheadLoggingEnabled()" target="_top"><code>isWriteAheadLoggingEnabled</code></A>()</nobr>
108
<A NAME="android.database.
sqlite
.SQLiteDatabase.query_added(boolean, java.lang.String, java.lang.String[], java.lang.String, java.l (…)
[
all
...]
/external/chromium_org/chrome/renderer/
DEPS
23
"+third_party/
sqlite
",
Completed in 143 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>