Class DWCopyCommandDefaultValue


  • public final class DWCopyCommandDefaultValue
    extends Object
    Default value.
    • Constructor Detail

      • DWCopyCommandDefaultValue

        public DWCopyCommandDefaultValue()
    • Method Detail

      • getColumnName

        public Object getColumnName()
        Get the columnName property: Column name. Type: object (or Expression with resultType string).
        Returns:
        the columnName value.
      • setColumnName

        public DWCopyCommandDefaultValue setColumnName​(Object columnName)
        Set the columnName property: Column name. Type: object (or Expression with resultType string).
        Parameters:
        columnName - the columnName value to set.
        Returns:
        the DWCopyCommandDefaultValue object itself.
      • getDefaultValue

        public Object getDefaultValue()
        Get the defaultValue property: The default value of the column. Type: object (or Expression with resultType string).
        Returns:
        the defaultValue value.
      • setDefaultValue

        public DWCopyCommandDefaultValue setDefaultValue​(Object defaultValue)
        Set the defaultValue property: The default value of the column. Type: object (or Expression with resultType string).
        Parameters:
        defaultValue - the defaultValue value to set.
        Returns:
        the DWCopyCommandDefaultValue object itself.