No examples for this method.
Frequently called with: [Clear]
-1
| API Diff Specification | |
| To Level: | 11 |
| From Level: | 10 |
| Generated | 2011.02.19 17:19 |
SQLiteDatabase | Added Methods | |
|---|---|
void
beginTransactionNonExclusive()
|
|
void
beginTransactionWithListenerNonExclusive(
SQLiteTransactionListener)
|
|
boolean
enableWriteAheadLogging()
|
|
List<Pair<String, String>>)
getAttachedDbs()
|
|
boolean
isDatabaseIntegrityOk()
|
|
SQLiteDatabase
openDatabase(
String,
CursorFactory
|
|
SQLiteDatabase
openOrCreateDatabase(
String,
CursorFactory
|
|
void
setMaxSqlCacheSize(
int)
|
|
| Changed Methods | ||
|---|---|---|
Map<String, String>
getSyncedTables()
|
Now deprecated. |
|
void
markTableSyncable(
String,
String
|
Now deprecated. |
|
void
markTableSyncable(
String,
String
|
Now deprecated. |
|
| Added Fields | |
|---|---|
int
MAX_SQL_CACHE_SIZE
|
|