All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.datastax.data.dataset.io.schema.DataSetSchemaWriter Maven / Gradle / Ivy


package com.datastax.data.dataset.io.schema;

import com.datastax.data.dataset.DataSet;


public interface DataSetSchemaWriter {
    
   void writeDataSet(DataSet ds) throws SchemaWriterException;
    
   void writeDataSet(DataSet ds, String... tableNames) throws SchemaWriterException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy