PrimaryKey

data class PrimaryKey(val name: String?, val fields: List<String>)

Constructors

Link copied to clipboard
constructor(name: String?, fields: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
val name: String?