TableColumn

data class TableColumn(val columnName: String, val columnType: String)

Constructors

Link copied to clipboard
constructor(columnName: String, columnType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the column. For more information, see Identifiers in the Amazon Keyspaces Developer Guide .

Link copied to clipboard

The data type of the column. For more information, see Data types in the Amazon Keyspaces Developer Guide .