public class StringCqlScript extends AbstractCqlScript
CqlScript implementation for string scripts.| Constructor and Description |
|---|
StringCqlScript(String script)
Creates
StringCqlScript with the provided CQL script. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
getStatementsforEachStatement, ofClassPath, ofClassPath, ofResource, ofResourcepublic StringCqlScript(String script)
StringCqlScript with the provided CQL script.script - CQL script that contains CQL statementsCopyright © 2023. All rights reserved.