org.solovyev.android.db.properties
Class PropertyByIdDbQuery
java.lang.Object
org.solovyev.android.db.AbstractDbQuery<List<AProperty>>
org.solovyev.android.db.properties.PropertyByIdDbQuery
- All Implemented Interfaces:
- DbQuery<List<AProperty>>
public class PropertyByIdDbQuery
- extends AbstractDbQuery<List<AProperty>>
User: serso
Date: 5/30/12
Time: 7:24 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyByIdDbQuery
public PropertyByIdDbQuery(@Nonnull
android.content.Context context,
@Nonnull
android.database.sqlite.SQLiteOpenHelper sqliteOpenHelper,
@Nonnull
String tableName,
@Nonnull
String idColumnName,
@Nonnull
Object id)
createCursor
@Nonnull
public android.database.Cursor createCursor(@Nonnull
android.database.sqlite.SQLiteDatabase db)
retrieveData
@Nonnull
public List<AProperty> retrieveData(@Nonnull
android.database.Cursor cursor)
Copyright © 2013. All Rights Reserved.