TableAttribute

data class TableAttribute(val name: String, val type: String)

Constructors

Link copied to clipboard
constructor(name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the attribute

Link copied to clipboard

Attribute type. Valid values are S (string), N (number), B (binary).