toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.statements
/
StatementResult
/
Count
Count
data
class
Count
(
val
count
:
Int
)
:
StatementResult
Stores the affected row
count
(or update count) retrieved on statement execution.
Members
Constructors
Count
Link copied to clipboard
constructor
(
count
:
Int
)
Properties
count
Link copied to clipboard
val
count
:
Int