Class android.database.sqlite.
SQLiteDatabase
Change from non-final to final.
Added Methods | |
---|---|
boolean
deleteDatabase
(
File
)
|
|
void
disableWriteAheadLogging
()
|
|
boolean
isWriteAheadLoggingEnabled
()
|
|
Cursor
query
(
boolean,
|
|
Cursor
queryWithFactory
(
CursorFactory,
|
|
Cursor
rawQuery
(
String,
|
|
Cursor
rawQueryWithFactory
(
CursorFactory,
|
|
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
|