OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:database
(Results
101 - 125
of
2940
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/e2fsprogs/lib/et/test_cases/
heimdal2.et
29
ec KADM_NO_SERV, "Could not find service name in services
database
"
37
ec KADM_INUSE, "Entry already exists in
database
"
38
ec KADM_UK_SERROR, "
Database
store error"
39
ec KADM_UK_RERROR, "
Database
read error"
43
ec KADM_NOENTRY, "No such entry in the
database
"
51
ec KADM_DB_INUSE, "
Database
is locked or in use--try again later"
/external/webkit/Source/WebCore/storage/
SQLStatement.h
31
#if ENABLE(
DATABASE
)
42
class
Database
;
50
static PassRefPtr<SQLStatement> create(
Database
*, const String&, const Vector<SQLValue>&, PassRefPtr<SQLStatementCallback>, PassRefPtr<SQLStatementErrorCallback>, int permissions);
52
bool execute(
Database
*);
65
SQLStatement(
Database
*, const String& statement, const Vector<SQLValue>& arguments, PassRefPtr<SQLStatementCallback>, PassRefPtr<SQLStatementErrorCallback>, int permissions);
83
#endif // ENABLE(
DATABASE
)
/frameworks/base/docs/html/tools/help/
sqlite3.jd
23
<p>You can also optionally specify a full path to a
database
that you want to explore.
44
pull the
database
file from the device and start {@code sqlite3}:</p>
47
<li>Copy a
database
file from your device to your host machine:
49
adb pull <
database
-file-on-device>
53
<li>Start the sqlite3 tool from the <code>/tools</code> directory, specifying the
database
56
sqlite3 <
database
-file-on-host>
/packages/apps/Email/src/com/android/email/provider/
AccountBackupRestore.java
25
* Account backup/restore was implemented entirely for the purpose of recovering from
database
27
* is that this is due to some kind of memory issue). Rather than have the offending
database
get
30
* accounts in the
database
and 2) there are backup accounts. This, at least, would cause user's
34
* backup version of the Account and HostAuth tables in a second
database
(EmailProviderBackup.db)
37
* determining whether or not a "corrupt"
database
is truly corrupt; the problem here is that it
43
* Backup user Account and HostAuth data into our backup
database
/external/chromium/chrome/browser/history/
history_database.h
27
// Encapsulates the SQL connection for the history
database
. This class holds
28
// the
database
connection and has methods the history system (including full
31
// We try to keep most logic out of the history
database
; this should be seen
42
// A simple class for scoping a history
database
transaction. This does not
43
// support rollback since the history
database
doesn't, either.
58
//
database
cleanup.
69
// Call to set the mode on the
database
to exclusive. The default locking mode
71
// performance since we know nobody else is using the
database
. This is
72
// separate from Init() since the in-memory
database
attaches to slurp the
79
// Transactions on the history
database
. Use the Transaction object abov
[
all
...]
archived_database.cc
28
// Set the
database
page size to something a little larger to give us
34
// Don't use very much memory caching this
database
. We seldom use it for
38
// Run the
database
in exclusive mode. Nobody else should be accessing the
39
//
database
while we're running, and this will give somewhat improved perf.
92
LOG(WARNING) << "Archived
database
is too new.";
105
LOG(WARNING) << "Unable to update archived
database
to version 2.";
123
// not be a released product that makes a
database
too old for us to handle.
125
"Archived
database
version " << cur_version << " is too old to handle.";
in_memory_database.cc
23
// Set the
database
page size to 4K for better performance.
69
// Attach to the history
database
on disk. (We can't ATTACH in the middle of
73
NOTREACHED() << "Unable to attach to history
database
.";
90
// Unable to get data from the history
database
. This is OK, the file may
105
// Unable to get data from the history
database
. This is OK, the file may
119
// Unable to get data from the history
database
. This is OK, the file may
128
// Detach from the history
database
on disk.
130
NOTREACHED() << "Unable to detach from history
database
.";
/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.S (…)
[
all
...]
/libcore/luni/src/main/java/java/sql/
Driver.java
50
* if a
database
error occurs.
55
* Attempts to make a
database
connection to a data source specified by a
63
* strings. Normally, a connection to a
database
requires at
65
* "password"} in order to pass authentication to the
database
.
66
* @return the connection to the
database
.
68
* if a
database
error occurs.
91
* to a
database
. Note that the returned array of properties may change
95
* the URL of the
database
. An application may call this method
98
*
database
login process.
101
* prompted to provide in order to connect to the
database
[
all
...]
PreparedStatement.java
42
* if a
database
error happens.
55
* if a
database
error happens.
73
* if a
database
error happens.
83
* if a
database
error happens or if the SQL statement does not
96
* if a
database
error happens or if the SQL statement returns a
114
* if there is a
database
error.
125
* if a
database
error happens.
139
* if a
database
error happens.
164
* if a
database
error happens.
180
* if a
database
error happens
[
all
...]
/cts/tests/tests/database/src/android/database/cts/
DataSetObserverTest.java
17
package android.
database
.cts;
19
import android.
database
.DataSetObserver;
SQLExceptionTest.java
17
package android.
database
.cts;
19
import android.
database
.SQLException;
StaleDataExceptionTest.java
17
package android.
database
.cts;
19
import android.
database
.StaleDataException;
/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/chrome/browser/sync/glue/
database_model_worker.h
18
// A ModelSafeWorker for
database
models (eg. autofill) that accepts requests
19
// from the syncapi that need to be fulfilled on the
database
thread.
/external/webkit/Source/WebCore/inspector/
InjectedScriptHost.cpp
54
#if ENABLE(
DATABASE
)
55
#include "
Database
.h"
79
#if ENABLE(
DATABASE
)
98
#if ENABLE(
DATABASE
)
145
#if ENABLE(
DATABASE
)
146
int InjectedScriptHost::databaseIdImpl(
Database
*
database
)
149
return m_databaseAgent->databaseId(
database
);
/external/webkit/Source/WebKit/chromium/src/
WebDatabase.cpp
43
#if !ENABLE(
DATABASE
)
53
#endif // !ENABLE(
DATABASE
)
99
#if ENABLE(
DATABASE
)
102
#endif // ENABLE(
DATABASE
)
107
#if ENABLE(
DATABASE
)
113
#endif // ENABLE(
DATABASE
)
116
WebDatabase::WebDatabase(const AbstractDatabase*
database
)
117
: m_database(
database
)
/frameworks/base/core/java/android/database/sqlite/
SQLiteAccessPermException.java
17
package android.
database
.sqlite;
20
* This exception class is used when sqlite can't access the
database
file
Completed in 739 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>