AddPrimaryKeyBuilder

class AddPrimaryKeyBuilder(constraintName: DbIdentifier? = null, columns: MutableList<DbIdentifier> = mutableListOf(), clustered: Boolean? = null, inline: Boolean = false) : TableBuilder<AddPrimaryKey.AddPrimaryKeyBuilder, AddPrimaryKey> (source)

Constructors

Link copied to clipboard
constructor(constraintName: DbIdentifier? = null, columns: MutableList<DbIdentifier> = mutableListOf(), clustered: Boolean? = null, inline: Boolean = false)

Properties

Link copied to clipboard
open lateinit override var table: Table

Functions

Link copied to clipboard
open override fun build(): AddPrimaryKey
Link copied to clipboard
fun column(name: String)
Link copied to clipboard
Link copied to clipboard