| Package | Description |
|---|---|
| com.github.nosan.embedded.cassandra.cql |
CQL classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCqlDataSet
Default implementation of
CqlDataSet. |
| Modifier and Type | Method and Description |
|---|---|
static CqlDataSet |
CqlDataSet.ofClassPaths(Charset charset,
String... names)
Creates
CqlDataSet with the specified resource names and charset. |
static CqlDataSet |
CqlDataSet.ofClassPaths(String... names)
Creates
CqlDataSet with the specified resource names and default charset. |
static CqlDataSet |
CqlDataSet.ofResources(Charset charset,
Resource... resources)
Creates
CqlDataSet with the specified resources and charset. |
static CqlDataSet |
CqlDataSet.ofResources(Resource... resources)
Creates
CqlDataSet with the specified resources and default charset. |
static CqlDataSet |
CqlDataSet.ofScripts(CqlScript... scripts)
Creates
CqlDataSet with the specified CQL scripts. |
Copyright © 2023. All rights reserved.