TableDependency

class TableDependency @JvmOverloads constructor(tables: List<Table>, useInlineForeignKeys: Boolean, considerVirtualFks: Boolean = false)

Utility class will arrange tables in the creation order.

Constructors

Link copied to clipboard
@JvmOverloads
constructor(tables: List<Table>, useInlineForeignKeys: Boolean, considerVirtualFks: Boolean = false)
constructor(entities: Iterable<AbstractTable>, useInlineForeignKeys: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Functions

Link copied to clipboard
fun compareByCreationOrder(table1: Table?, table2: Table?): Int