androidApp
/
com.keygenqt.viewer.android.data.dao
/
UserModelDao
User
Model
Dao
interface
UserModelDao
Content copied to clipboard
Dao for model
UserModel
Functions
Functions
clear
Link copied to clipboard
abstract suspend fun
clear
()
Content copied to clipboard
count
Link copied to clipboard
abstract fun
count
():
Int
Content copied to clipboard
get
Model
Link copied to clipboard
abstract fun
getModel
():
Flow
<
UserModel
?>
Content copied to clipboard
insert
Models
Link copied to clipboard
abstract suspend fun
insertModels
(vararg models:
UserModel
)
Content copied to clipboard