No examples for this method.
Frequently called with: [Clear]
-1
| API Diff Specification | |
| To Level: | 16 |
| From Level: | 15 |
| Generated | 2012.07.16 10:58 |
SQLiteDatabase Change from non-final to final.
| Added Methods | |
|---|---|
boolean
deleteDatabase(
File)
|
|
void
disableWriteAheadLogging()
|
|
boolean
isWriteAheadLoggingEnabled()
|
|
Cursor
query(
boolean,
String
|
|
Cursor
queryWithFactory(
CursorFactory,
boolean
|
|
Cursor
rawQuery(
String,
String[]
|
|
Cursor
rawQueryWithFactory(
CursorFactory,
String
|
|
void
setForeignKeyConstraintsEnabled(
boolean)
|
|
| Changed Methods | ||
|---|---|---|
void
close()
|
Method was locally defined, but is now inherited from SQLiteClosable. |
|
boolean
isDbLockedByOtherThreads()
|
Now deprecated. |
|
void
setLockingEnabled(
boolean)
|
Now deprecated. |
|
| Added Fields | |
|---|---|
int
ENABLE_WRITE_AHEAD_LOGGING
|
|