public abstract class AbstractCqlScript extends Object implements CqlScript
CqlScript that parses a CQL script into the statements.| Constructor and Description |
|---|
AbstractCqlScript() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getStatements()
Gets
CQL statements. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachStatement, ofClassPath, ofClassPath, ofResource, ofResourcepublic final List<String> getStatements()
CqlScriptCQL statements.getStatements in interface CqlScriptCQL statements (never null)Copyright © 2023. All rights reserved.