Count

data class Count(val count: Int) : StatementResult

Stores the affected row count (or update count) retrieved on statement execution.

Constructors

Link copied to clipboard
constructor(count: Int)

Properties

Link copied to clipboard
val count: Int