Package net.nmoncho.dataset
Interface CQLDataSet
-
- All Known Implementing Classes:
AbstractCQLDataSet,ClassPathCQLDataSet,FileCQLDataSet
public interface CQLDataSet- Author:
- Jeremy Sevellec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getCQLStatements()StringgetKeyspaceName()booleanisKeyspaceCreation()booleanisKeyspaceDeletion()
-