ResultApi

Base class for wrapping data generated by executing a statement that queries the database.

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun <T> mapRows(block: (row: RowApi) -> T?): Flow<T?>