PrimaryKey

constructor(columnName: String, producer: (Data) -> String)(source)

Parameters

columnName

the column name of the primary key

producer

a function that produces the primary key value from the Data object