summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteStatement.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* docs: fixing errors found with lint checkerkopriva2018-10-091-1/+1
|\
| * docs: fixing errors found with lint checkerkopriva2018-10-091-1/+1
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-101-0/+2
|/
* Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-7/+7
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-192/+56
* Make SQLiteQuery and SQLiteProgram final.Jeff Brown2011-12-161-1/+1
* fix broken logTimeStat stuffVasu Nori2011-03-181-8/+15
* bug:3330569 print better message to help debug the problemVasu Nori2011-01-101-0/+12
* SQLiteDatabase: fix inconsistent lockingVasu Nori2010-09-281-56/+46
* don't compile statement for certain SQL statementsVasu Nori2010-09-171-8/+20
* sql statement with syntax errors can leave database lock in bad stateVasu Nori2010-09-131-8/+7
* remove unnecessary synchronization object from SQLiteClosable.Vasu Nori2010-09-101-2/+2
* SQLiteOpenHelper should discard closed singleton database objectsVasu Nori2010-08-231-1/+1
* New API and implementation of DB and memory-backed FDsBjorn Bringert2010-08-181-0/+32
* random but useful stuffVasu Nori2010-08-031-10/+10
* do begin-end transaction before standalone insert/update/delete sqlVasu Nori2010-08-021-7/+52
* add new API in SQLiteStatement to deprecate another.Vasu Nori2010-07-261-6/+20
* reduce locking when using SQLiteStatementVasu Nori2010-07-091-28/+50
* for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatementVasu Nori2010-07-071-2/+7
* some refactoring and multi-threading fixesVasu Nori2010-07-021-36/+47
* resolved conflicts for merge of 7d6362de to masterBrad Fitzpatrick2010-06-031-0/+6
|\
| * Sprinkle new BlockGuard around SQLiteDatabase.Brad Fitzpatrick2010-06-031-0/+6
* | cleanup some small but ugly things. all minor things.Vasu Nori2010-06-031-13/+5
* | close() on anything other than database shouldn't acquire db lock.Vasu Nori2010-05-201-0/+4
|/
* merge from open-source masterThe Android Open Source Project2010-05-131-0/+3
|\
| * Add some documentation about the thread safety of Cursor and some of the SQLi...Jeff Hamilton2010-05-121-0/+3
* | verify database state before calling sqlite. Bug:2593970Vasu Nori2010-04-131-0/+12
* | fix the way last insert rowid is returnedVasu Nori2010-03-161-5/+4
* | Measure walltime in ContentResolver and SQLiteDatabase operations logging.Brad Fitzpatrick2010-02-111-5/+5
* | use sqlite 3.6.22 to print and profile the sql statetementsVasu Nori2010-02-081-27/+0
* | add instrumentation to log the sql statement + bindargs + databasenameVasu Nori2010-02-011-1/+12
* | Expand db_operation logging to prepare for widespread sample collection:Dan Egnor2009-11-231-20/+9
* | maintain cache of statementids returned by sqlite upon compiling a sql stmntVasu Nori2009-11-201-8/+1
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+168
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-146/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-22/+0
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-0/+22
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-3/+31
* Initial ContributionThe Android Open Source Project2008-10-211-0/+118