MessageRepository

Functions

Link copied to clipboard
abstract fun connect(host: String, port: String, dbName: String, username: String, password: String)
Link copied to clipboard
Link copied to clipboard
abstract fun findAll(): Array<Message>
Link copied to clipboard
Link copied to clipboard
abstract fun findById(id: Message.MessageID): Message?
Link copied to clipboard
abstract fun save(entity: Message)
Link copied to clipboard
abstract fun update(entity: Message)