Class OdbcTableDatasetTypeProperties


  • public final class OdbcTableDatasetTypeProperties
    extends Object
    ODBC table dataset properties.
    • Constructor Detail

      • OdbcTableDatasetTypeProperties

        public OdbcTableDatasetTypeProperties()
    • Method Detail

      • tableName

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

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

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