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

org.cassandraunit.dataset.CQLDataSet Maven / Gradle / Ivy

There is a newer version: 4.3.1.0
Show newest version
package org.cassandraunit.dataset;

import java.util.List;

/**
 * @author Jeremy Sevellec
 */
public interface CQLDataSet {

    List getCQLStatements();

    String getKeyspaceName();

    boolean isKeyspaceCreation();

    boolean isKeyspaceDeletion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy