org.solovyev.android.db.properties
Class PropertyByIdDbQuery

java.lang.Object
  extended by org.solovyev.android.db.AbstractDbQuery<List<AProperty>>
      extended by 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


Constructor Summary
PropertyByIdDbQuery(android.content.Context context, android.database.sqlite.SQLiteOpenHelper sqliteOpenHelper, String tableName, String idColumnName, Object id)
           
 
Method Summary
 android.database.Cursor createCursor(android.database.sqlite.SQLiteDatabase db)
           
 List<AProperty> retrieveData(android.database.Cursor cursor)
           
 
Methods inherited from class org.solovyev.android.db.AbstractDbQuery
getContext, getSqliteOpenHelper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyByIdDbQuery

public PropertyByIdDbQuery(@Nonnull
                           android.content.Context context,
                           @Nonnull
                           android.database.sqlite.SQLiteOpenHelper sqliteOpenHelper,
                           @Nonnull
                           String tableName,
                           @Nonnull
                           String idColumnName,
                           @Nonnull
                           Object id)
Method Detail

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.