toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.dsl
/
cast
cast
fun
<
T
:
Any
>
ColumnDeclaring
<
*
>
.
cast
(
sqlType
:
SqlType
<
T
>
)
:
CastingExpression
<
T
>
(
source
)
Cast the current column or expression to the given
SqlType
.