org.solovyev.android.db
Class AbstractSQLiteHelper

java.lang.Object
  extended by org.solovyev.android.db.AbstractSQLiteHelper
Direct Known Subclasses:
SqliteAPropertyDao

public abstract class AbstractSQLiteHelper
extends Object

User: serso Date: 6/3/12 Time: 4:34 PM


Field Summary
protected static int MAX_IN_COUNT
           
 
Constructor Summary
protected AbstractSQLiteHelper(android.content.Context context, android.database.sqlite.SQLiteOpenHelper sqliteOpenHelper)
           
 
Method Summary
protected  android.content.Context getContext()
           
protected  android.database.sqlite.SQLiteOpenHelper getSqliteOpenHelper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_IN_COUNT

protected static final int MAX_IN_COUNT
See Also:
Constant Field Values
Constructor Detail

AbstractSQLiteHelper

protected AbstractSQLiteHelper(@Nonnull
                               android.content.Context context,
                               @Nonnull
                               android.database.sqlite.SQLiteOpenHelper sqliteOpenHelper)
Method Detail

getContext

@Nonnull
protected android.content.Context getContext()

getSqliteOpenHelper

@Nonnull
protected android.database.sqlite.SQLiteOpenHelper getSqliteOpenHelper()


Copyright © 2013. All Rights Reserved.