public abstract class AbstractDao extends Object implements AutoCloseable
BindDao annotation.| Modifier and Type | Field and Description |
|---|---|
protected AbstractDataSource |
dataSource |
| Constructor and Description |
|---|
AbstractDao(AbstractDataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected android.content.ContentValues |
contentValues() |
protected android.database.sqlite.SQLiteDatabase |
database()
Retrieve SQLite database instance
|
protected StringBuilder |
getSQLStringBuilder() |
protected ArrayList<String> |
getWhereParamsArray()
retrieve whereParamsArray attribute that allow to work with where
parameters
|
protected AbstractDataSource dataSource
public AbstractDao(AbstractDataSource dataSource)
protected android.database.sqlite.SQLiteDatabase database()
public void close()
close in interface AutoCloseableprotected android.content.ContentValues contentValues()
protected ArrayList<String> getWhereParamsArray()
protected StringBuilder getSQLStringBuilder()
Copyright © 2017. All rights reserved.