| delete(int id) | com.ab.db.orm.dao.AbDBDao< T > | |
| delete(Integer...ids) | com.ab.db.orm.dao.AbDBDao< T > | |
| delete(String whereClause, String[] whereArgs) | com.ab.db.orm.dao.AbDBDao< T > | |
| deleteAll() | com.ab.db.orm.dao.AbDBDao< T > | |
| execSql(String sql, Object[] selectionArgs) | com.ab.db.orm.dao.AbDBDao< T > | |
| getDbHelper() | com.ab.db.orm.dao.AbDBDao< T > | |
| insert(T entity) | com.ab.db.orm.dao.AbDBDao< T > | |
| insert(T entity, boolean flag) | com.ab.db.orm.dao.AbDBDao< T > | |
| insertList(List< T > entityList) | com.ab.db.orm.dao.AbDBDao< T > | |
| insertList(List< T > entityList, boolean flag) | com.ab.db.orm.dao.AbDBDao< T > | |
| isExist(String sql, String[] selectionArgs) | com.ab.db.orm.dao.AbDBDao< T > | |
| queryCount(String sql, String[] selectionArgs) | com.ab.db.orm.dao.AbDBDao< T > | |
| queryList() | com.ab.db.orm.dao.AbDBDao< T > | |
| queryList(String[] columns, String selection, String[] selectionArgs, String groupBy, String having, String orderBy, String limit) | com.ab.db.orm.dao.AbDBDao< T > | |
| queryList(String selection, String[] selectionArgs) | com.ab.db.orm.dao.AbDBDao< T > | |
| queryMapList(String sql, String[] selectionArgs) | com.ab.db.orm.dao.AbDBDao< T > | |
| queryOne(int id) | com.ab.db.orm.dao.AbDBDao< T > | |
| rawQuery(String sql, String[] selectionArgs, Class< T > clazz) | com.ab.db.orm.dao.AbDBDao< T > | |
| update(T entity) | com.ab.db.orm.dao.AbDBDao< T > | |
| updateList(List< T > entityList) | com.ab.db.orm.dao.AbDBDao< T > | |