Class Db2TableDatasetTypeProperties


  • public final class Db2TableDatasetTypeProperties
    extends Object
    Db2 table dataset properties.
    • Constructor Detail

      • Db2TableDatasetTypeProperties

        public Db2TableDatasetTypeProperties()
    • Method Detail

      • tableName

        public Object tableName()
        Get the tableName property: This property will be retired. Please consider using schema + table properties instead.
        Returns:
        the tableName value.
      • withTableName

        public Db2TableDatasetTypeProperties withTableName​(Object tableName)
        Set the tableName property: This property will be retired. Please consider using schema + table properties instead.
        Parameters:
        tableName - the tableName value to set.
        Returns:
        the Db2TableDatasetTypeProperties object itself.
      • schema

        public Object schema()
        Get the schema property: The Db2 schema name. Type: string (or Expression with resultType string).
        Returns:
        the schema value.
      • withSchema

        public Db2TableDatasetTypeProperties withSchema​(Object schema)
        Set the schema property: The Db2 schema name. Type: string (or Expression with resultType string).
        Parameters:
        schema - the schema value to set.
        Returns:
        the Db2TableDatasetTypeProperties object itself.
      • table

        public Object table()
        Get the table property: The Db2 table name. Type: string (or Expression with resultType string).
        Returns:
        the table value.
      • withTable

        public Db2TableDatasetTypeProperties withTable​(Object table)
        Set the table property: The Db2 table name. Type: string (or Expression with resultType string).
        Parameters:
        table - the table value to set.
        Returns:
        the Db2TableDatasetTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.