exposed
Toggle table of contents
1.0.0-rc-2
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-jdbc
/
org.jetbrains.exposed.v1.jdbc
/
Query
/
count
count
open
override
fun
count
(
)
:
Long
Returns the number of results retrieved after query execution.
Samples
org.jetbrains.exposed.v1.tests.shared.dml.InsertSelectTests.testInsertSelect02