doRetrieveByCondition

open override fun doRetrieveByCondition(condition: String): MutableList<Message>?
open override fun doRetrieveByCondition(condition: String, rows_count: Int): MutableList<Message>?
open override fun doRetrieveByCondition(condition: String, offset: Int, rows_count: Int): MutableList<Message>?