Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.schema
/
enum
enum
inline
fun
<
C
:
Enum
<
C
>
>
BaseTable
<
*
>
.
enum
(
name
:
String
)
:
Column
<
C
>
(
source
)
Define a column typed of
EnumSqlType
.
Return
the registered column.
Parameters
name
the column's name.