sequenceOf
fun <E : Any, T : BaseTable<E>> Database.sequenceOf(table: T, withReferences: Boolean = true): EntitySequence<E, T>(source)
Create an EntitySequence from the specific table.
fun <T : BaseTable<Nothing>> Database.
Deprecated
Entity sequence not supported because the table doesn't bind to an entity class, use SQL DSL instead.
Create an EntitySequence from the specific table.