toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
CustomEnumerationColumnType
/
CustomEnumerationColumnType
Custom
Enumeration
Column
Type
constructor
(
name
:
String
,
sql
:
String
?
,
fromDb
:
(
Any
)
->
T
,
toDb
:
(
T
)
->
Any
)