Class StringCqlScript
- java.lang.Object
-
- com.github.nosan.embedded.cassandra.cql.AbstractCqlScript
-
- com.github.nosan.embedded.cassandra.cql.StringCqlScript
-
- All Implemented Interfaces:
CqlScript
public class StringCqlScript extends AbstractCqlScript
CqlScriptimplementation for string scripts.- Since:
- 4.0.0
- Author:
- Dmytro Nosan
-
-
Constructor Summary
Constructors Constructor Description StringCqlScript(String script)CreatesStringCqlScriptwith the provided CQL script.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)inthashCode()StringtoString()-
Methods inherited from class com.github.nosan.embedded.cassandra.cql.AbstractCqlScript
getStatements
-
Methods inherited from interface com.github.nosan.embedded.cassandra.cql.CqlScript
forEachStatement
-
-
-
-
Constructor Detail
-
StringCqlScript
public StringCqlScript(String script)
CreatesStringCqlScriptwith the provided CQL script.- Parameters:
script- CQL script that contains CQL statements
-
-