Base Dao
Base class for database related operations.
Constructors
BaseDao
Link copied to clipboard
Functions
bulkInsert
Link copied to clipboard
delete
Link copied to clipboard
insert
Link copied to clipboard
query
Link copied to clipboard
update
Link copied to clipboard
fun update(tableName: String, contentValue: ContentValues, whereClause: WhereClause?): Int
Content copied to clipboard