Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.schema
/
Column
/
Column
Column
constructor
(
table
:
BaseTable
<
*
>
,
name
:
String
,
binding
:
ColumnBinding
?
=
null
,
extraBindings
:
List
<
ColumnBinding
>
=
emptyList()
,
sqlType
:
SqlType
<
T
>
)
(
source
)