DWCopyCommandDefaultValue Class

Default value.

Constructor

DWCopyCommandDefaultValue(*args: Any, **kwargs: Any)

Variables

Name Description
column_name
any

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

default_value
any

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

Attributes

column_name

object (or Expression with resultType string).

column_name: Any | None

default_value

object (or Expression with resultType string).

default_value: Any | None