summaryrefslogtreecommitdiffstats
path: root/core/java/android/database/DatabaseUtils.java
Commit message (Expand)AuthorAgeFilesLines
* If frameworks wants ASCII casing, it should explicity ask for it.Elliott Hughes2013-08-021-1/+1
* Add additional Method that check whether a table is empty or notHyoseong Kim2013-04-011-0/+12
* Deprecate DatabaseUtils.InsertHelper.Jeff Brown2012-06-221-12/+32
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-1/+1
* Prefetch column names in bulk cursor adaptor.Jeff Brown2012-03-141-0/+14
* Don't close the database until all references released.Jeff Brown2012-03-061-52/+45
* Support automatic cancellation of Loaders.Jeff Brown2012-02-011-0/+6
* Fix Music import for Turkish locales.Elliott Hughes2012-01-031-1/+2
* Optimize fillWindow to improve reverse-seek performance.Jeff Brown2011-10-281-0/+26
* Make default implementation of fillWindow typesafe.Jeff Brown2011-10-121-1/+78
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-2/+1
* Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn2011-01-081-1/+0
* don't compile statement for certain SQL statementsVasu Nori2010-09-171-1/+14
* Fixing an issue with convert... utility methods.Dmitri Plotnikov2010-09-021-12/+12
* resolved conflicts for merge of c64b916e to masterJean-Baptiste Queru2010-08-241-8/+34
|\
| * resolved conflicts for merge of e7731f0a to gingerbread-plus-aospJean-Baptiste Queru2010-08-201-10/+34
| |\
| | * Added overload methods for DatabaseUtils.queryNumEntriesChristian Mehlmauer2010-08-201-10/+34
* | | New API and implementation of DB and memory-backed FDsBjorn Bringert2010-08-181-0/+29
* | | Add a few helpful APIs.Jeff Hamilton2010-08-101-0/+14
* | | random but useful stuffVasu Nori2010-08-031-16/+4
* | | do begin-end transaction before standalone insert/update/delete sqlVasu Nori2010-08-021-0/+56
* | | am 3e5e21d4: am 1772c34e: Merge "StrictMode: gather and return violating stac...Brad Fitzpatrick2010-07-151-3/+3
|\ \ \ | |/ /
| * | StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-151-3/+3
| |/
* | add API to Cursor to get column value typeVasu Nori2010-06-021-0/+31
|/
* am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...Fred Quintana2009-12-101-0/+96
* add ipc support to batchingFred Quintana2009-05-221-0/+15
* Automated import from //branches/master/...@141380,141380Fred Quintana2009-03-241-15/+17
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1018
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1018/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+15
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1002