PrimaryKeyMetadata

data class PrimaryKeyMetadata(val name: String, val columnNames: List<String>)

Represents metadata information about a specific table's primary key.

Constructors

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

Properties

Link copied to clipboard

Names of the primary key's columns.

Link copied to clipboard

Name of the primary key.