exposed
Toggle table of contents
1.3.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
exposed
exposed-core
/
org.jetbrains.exposed.v1.core
/
Column
/
withColumnType
with
Column
Type
fun
withColumnType
(
columnType
:
IColumnType
<
T
&
Any
>
)
:
Column
<
T
>
Returns a copy of this column, but with the given column type.