org.solovyev.android.db
Class AbstractSQLiteHelper
java.lang.Object
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
|
Constructor Summary |
protected |
AbstractSQLiteHelper(android.content.Context context,
android.database.sqlite.SQLiteOpenHelper sqliteOpenHelper)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_IN_COUNT
protected static final int MAX_IN_COUNT
- See Also:
- Constant Field Values
AbstractSQLiteHelper
protected AbstractSQLiteHelper(@Nonnull
android.content.Context context,
@Nonnull
android.database.sqlite.SQLiteOpenHelper sqliteOpenHelper)
getContext
@Nonnull
protected android.content.Context getContext()
getSqliteOpenHelper
@Nonnull
protected android.database.sqlite.SQLiteOpenHelper getSqliteOpenHelper()
Copyright © 2013. All Rights Reserved.