public class DefaultCqlDataSet extends Object implements CqlDataSet
CqlDataSet.| Constructor and Description |
|---|
DefaultCqlDataSet(Collection<? extends CqlScript> scripts)
Creates a new
DefaultCqlDataSet with the specified CQL scripts. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<CqlScript> |
getScripts()
Gets
CQL scripts. |
int |
hashCode() |
String |
toString() |
forEachScript, getStatements, ofClassPaths, ofClassPaths, ofResources, ofResources, ofScriptsforEachStatement, ofClassPath, ofClassPath, ofResource, ofResourcepublic DefaultCqlDataSet(Collection<? extends CqlScript> scripts)
DefaultCqlDataSet with the specified CQL scripts.scripts - the CQL scriptspublic List<CqlScript> getScripts()
CqlDataSetCQL scripts.getScripts in interface CqlDataSetCQL scripts (never null)Copyright © 2023. All rights reserved.