toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.dsl
/
count
count
fun
count
(
column
:
ColumnDeclaring
<
*
>
?
=
null
)
:
AggregateExpression
<
Int
>
(
source
)
The count function, translated to
count(column)
in SQL.