summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteDirectCursorDriver.java
Commit message (Expand)AuthorAgeFilesLines
* Make SQLiteDirectCursorDriver @TestApiFyodor Kupolov2017-08-081-0/+2
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-1/+1
* Make SQLiteDatabase final.Jeff Brown2012-03-051-1/+1
* Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-5/+5
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-2/+6
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-22/+15
* fix broken logTimeStat stuffVasu Nori2011-03-181-1/+1
* random but useful stuffVasu Nori2010-08-031-9/+1
* don't store mDatabase in SQLiteCursor as it is already in SQLiteQueryVasu Nori2010-07-211-1/+1
* close() on anything other than database shouldn't acquire db lock.Vasu Nori2010-05-201-0/+1
* sometimes database lock is not held before compiling a statementVasu Nori2010-05-031-1/+4
* in finalize() methods, log warnings if db lock is going to be held.Vasu Nori2010-02-261-7/+0
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+97
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-97/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+97