DWCopyCommandDefaultValueResponse

data class DWCopyCommandDefaultValueResponse(val columnName: Any? = null, val defaultValue: Any? = null)

Default value.

Constructors

Link copied to clipboard
constructor(columnName: Any? = null, defaultValue: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val columnName: Any? = null

Column name. Type: object (or Expression with resultType string).

Link copied to clipboard
val defaultValue: Any? = null

The default value of the column. Type: object (or Expression with resultType string).