public class ResourceCqlScript extends AbstractCqlScript
CqlScript implementation for resources.| Constructor and Description |
|---|
ResourceCqlScript(Resource resource)
Creates a new
ResourceCqlScript with provided resource and default charset. |
ResourceCqlScript(Resource resource,
Charset charset)
Creates a new
ResourceCqlScript with provided resource and charset. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
getStatementsforEachStatement, ofClassPath, ofClassPath, ofResource, ofResourcepublic ResourceCqlScript(Resource resource)
ResourceCqlScript with provided resource and default charset.resource - the resource that contains CQL statementspublic ResourceCqlScript(Resource resource, Charset charset)
ResourceCqlScript with provided resource and charset.resource - the resource that contains CQL statementscharset - the encoding to use of the resourceCopyright © 2023. All rights reserved.