summaryrefslogtreecommitdiffstats
path: root/core/jni/android_database_CursorWindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix bugs introduced by I3ef1bcdb2eb1c45f68e829ccb6e3ecde28076591Vasu Nori2010-06-141-72/+6
| | | | | | | | | | | two bugs were introduced by the above CL 1. to test if the column value is NULL, getType_native() should check if the columnindiex is valid. (it seems sometimes callers could ask if a given non-existent column is null - and the answer should be true.) 2. if a column is null and isBlob_native, isString_native methods should return true - not false. Change-Id: I64df75d0a3840a4502c00db8759c66ba4b268a26
* add API to Cursor to get column value typeVasu Nori2010-06-021-0/+17
| | | | Change-Id: I3ef1bcdb2eb1c45f68e829ccb6e3ecde28076591
* Move CursorWindow class from core/jni to libbinderMike Lockwood2010-05-281-1/+1
| | | | | | | To allow use of the native CursorWindow class outside of the core framework jni Change-Id: I72e8dcb91a2c691130c33cdfd9a25d343da1c592 Signed-off-by: Mike Lockwood <lockwood@android.com>
* - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana2009-06-011-7/+58
| | | | | | - change the applyBatch to take an ArrayList rather than an [] - change Entity to be a final flass that contains ContentValues - remove the ability to update/insert Entities by a ContentProviderOperation
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+674
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-674/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+674