toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
AutoIncColumnType
/
AutoIncColumnType
Auto
Inc
Column
Type
constructor
(
delegate
:
ColumnType
<
T
>
,
sequence
:
Sequence
)
constructor
(
delegate
:
ColumnType
<
T
>
,
_autoincSeq
:
String
?
,
fallbackSeqName
:
String
)