toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
Table
/
autoinc
autoinc
fun
<
N
:
Any
>
Column
<
EntityID
<
N
>
>
.
autoinc
(
idSeqName
:
String
?
=
null
)
:
Column
<
EntityID
<
N
>
>
Deprecated
This function will be removed in future releases.
Replace with
autoIncrement(idSeqName)
Content copied to clipboard