Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
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
.