/frameworks/base/core/java/android/database/sqlite/ |
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.
|
SQLiteException.java | 17 package android.database.sqlite; 19 import android.database.SQLException;
|
SQLiteFullException.java | 17 package android.database.sqlite; 20 * An exception that indicates that the SQLite database is full.
|
SQLiteStatement.java | 17 package android.database.sqlite; 22 * Represents a statement that can be executed against a database. The statement 38 * @throws android.database.SQLException If the SQL string is invalid for 58 * @throws android.database.SQLException If the SQL string is invalid for 80 * @throws android.database.SQLException If the SQL string is invalid for 102 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows 123 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows 144 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
|
/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, (…) [all...] |
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
DBAdapter.java | 25 import android.database.Cursor; 26 import android.database.SQLException; 27 import android.database.sqlite.SQLiteDatabase; 28 import android.database.sqlite.SQLiteOpenHelper; 79 Log.w(TAG, "Upgrading database from version " + oldVersion 87 //---opens the database--- 95 //---closes the database--- 102 //---insert a station into the database---
|
/libcore/luni/src/main/java/javax/sql/ |
DataSource.java | 26 * connection to a database. This interface is an alternative to the {@code 56 * Creates a connection to the database represented by this {@code 60 * database. 62 * if there is a problem accessing the database. 67 * Creates a connection to the database represented by this {@code 71 * the a user name for the database login. 76 * database. 78 * if there is a problem accessing the database.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
CloseUtils.java | 18 import android.database.Cursor; 21 * Utility methods for closing database cursors.
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_database.h | 48 // whitelist databases. The browse database contains information 49 // about phishing and malware urls. The download database contains 51 // these downloaded contents. The csd whitelist database contains URLs 61 // |enable_download_protection| is used to control the download database 64 // database feature. 76 // Initializes the database with the given filename. 79 // Deletes the current database and creates a new one. 82 // Returns false if |url| is not in the browse database. If it 93 // Returns false if none of |urls| are in Download database. If it returns 95 // the database. This function could ONLY be accessed from creation thread [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_settings.cpp | 25 #if ENABLE(DATABASE) 86 * Returns the default quota for Web Database databases. By default 89 * @return the current default database quota in bytes 98 * Database databases. 100 * @param path the new database directory path 104 #if ENABLE(DATABASE) 116 * Returns directory path where web database is stored. 122 * @return database path or @c 0 if none or web database is not supported 126 #if ENABLE(DATABASE) [all...] |
/external/chromium/chrome/browser/download/ |
download_history.h | 33 // Adds a new entry for a download to the history database. 45 // Removes |download_item| from the history database. 52 // Returns a new unique database handle which will not collide with real ones. 59 // This is useful for incognito mode or when the history database is offline.
|
/external/chromium/chrome/browser/history/ |
download_database.h | 27 // Get all the downloads from the database. 42 // Create a new database entry for one download and return its primary db id. 45 // Remove a download from the database. 55 // Returns the database for the functions in this interface.
|
text_database.h | 22 // Encapsulation of a full-text indexed database file. 37 // The title is returned because the title in the text database and the URL 38 // database may differ. This happens because we capture the title when the 58 // This function will attach the new database to the given database 65 // ID is the identifier for the database. It should uniquely identify it among 76 // Initializes the database connection and creates the file if the class 88 // For testing, returns the file name of the database so it can be deleted 93 // which is the part before the database identifier. For example 94 // "History Index *". This is for finding existing database files [all...] |
/external/ganymed-ssh2/examples/ |
UsingKnownHosts.java | 18 static KnownHosts database = new KnownHosts(); field in class:UsingKnownHosts 30 /* Load known_hosts file into in-memory database */ 33 database.addHostkeys(knownHosts); 41 conn.connect(new SimpleVerifier(database));
|
/external/mesa3d/docs/ |
bugs.html | 9 <H1>Bug Database</H1> 12 The Mesa bug database is hosted on 14 The old bug database on SourceForge is no longer used. 31 <li>Check if your bug is already reported in the database.
|
/external/webkit/LayoutTests/storage/ |
private-browsing-noread-nowrite-expected.txt | 1 This test makes sure that attempts to change the database during private browsing fail.
|
/external/webkit/Source/WebCore/storage/wince/ |
DatabaseThreadWinCE.h | 32 class Database; 47 void unscheduleDatabaseTasks(Database*); 48 void recordDatabaseOpen(Database*); 49 void recordDatabaseClosed(Database*);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebIconDatabase.idl | 47 Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to disk for later use. If an icon's retain count equals zero it will be removed from disk. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup. 49 Note that an icon can be retained after the database clean-up has begun. This just has to be done before the icon is removed. Icons are removed from the database whenever new icons are added to it. 51 Retention methods can be called for icons that are not yet in the database. 66 @abstract Returns a shared instance of the icon database 121 @abstract Emtpies the Icon Database 128 @discussion Only effective if called before the database begins removing icons. 129 delayDatabaseCleanUp increments an internal counter that when 0 begins the database clean-up [all...] |
/libcore/luni/src/main/java/java/sql/ |
Connection.java | 24 * A connection represents a link from a Java application to a database. All SQL 26 * Database statements that are executed within this context form a 27 * database session which forms one or more closed transactions. Especially in 29 * the same values of the database. which may lead to the following phenomena 91 * if there is a problem accessing the database. 96 * Causes the instant release of all database and driver connection 108 * if there is a problem accessing the database. 114 * {@code rollback} of the associated transaction. All locks in the database 119 * if there is a problem accessing the database or if the target 126 * the remote database [all...] |
CallableStatement.java | 68 * if a database error occurs. 80 * if there is a problem accessing the database. 95 * if a database error occurs. 113 * if a database error occurs. 131 * if a database error occurs. 146 * if a database error occurs. 160 * if a database error occurs. 173 * if a database error occurs. 186 * if a database error occurs. 200 * if a database error occurs [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarCache.java | 20 import android.database.Cursor; 21 import android.database.sqlite.SQLiteDatabase; 22 import android.database.sqlite.SQLiteOpenHelper; 30 * a SQLite database. 62 * This exception is thrown when the cache encounter a null key or a null database reference 85 Log.e(TAG, "Could not read timezone database version from CalendarCache"); 162 * Write a (key, value) pair in the database used by the cache. This method should be called in 165 * @param db the database (must not be null) 168 * @throws CacheException when key or database are null 173 throw new CacheException("Database cannot be null") [all...] |
/cts/tests/tests/database/ |
AndroidManifest.xml | 19 package="com.android.cts.database"> 26 android:targetPackage="com.android.cts.database" 27 android:label="CTS tests of android.database"/>
|
/development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 21 import android.database.Cursor; 22 import android.database.SQLException; 23 import android.database.sqlite.SQLiteDatabase; 24 import android.database.sqlite.SQLiteOpenHelper; 28 * Simple notes database access helper class. Defines the basic CRUD operations 48 * Database creation sql statement 74 Log.w(TAG, "Upgrading database from version " + oldVersion + " to " 82 * Constructor - takes the context to allow the database to be 92 * Open the notes database. If it cannot be opened, try to create a new 93 * instance of the database. If it cannot be created, throw an exception t [all...] |
/development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/ |
NotesDbAdapter.java | 21 import android.database.Cursor; 22 import android.database.SQLException; 23 import android.database.sqlite.SQLiteDatabase; 24 import android.database.sqlite.SQLiteOpenHelper; 28 * Simple notes database access helper class. Defines the basic CRUD operations 48 * Database creation sql statement 74 Log.w(TAG, "Upgrading database from version " + oldVersion + " to " 82 * Constructor - takes the context to allow the database to be 92 * Open the notes database. If it cannot be opened, try to create a new 93 * instance of the database. If it cannot be created, throw an exception t [all...] |