ForeignKeyCollector

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun createInternalForeignKey(loader: ProjectLoader, name: String, fromTable: AbstractTable): InternalFk
@JvmOverloads
fun createInternalForeignKey(name: String?, fromTable: AbstractTable, toTable: AbstractTable, toTableStr: String? = null, toSchemaStr: String? = null, virtual: Boolean = false, deleteActionStr: String? = null, updateActionStr: String? = null, options: String? = null): InternalFk
Link copied to clipboard
fun generate()
Link copied to clipboard
fun getFk(table: AbstractTable, name: String): InternalFk?