Package com.github.nosan.embedded.cassandra.cql
CQL classes.
-
Interface Summary Interface Description CqlDataSet ACqlDataSetrepresents a collection ofCqlScriptinstances, providing functionality to group and manage multiple CQL scripts that can be executed sequentially.CqlDataSet.Builder A builder for constructing instances ofCqlDataSet.CqlScript ACqlScriptrepresents a collection of executable Cassandra Query Language (CQL) statements. -
Class Summary Class Description AbstractCqlScript An abstract implementation of theCqlScriptinterface that facilitates parsing a CQL (Cassandra Query Language) script into individual statements.DefaultCqlDataSet Default implementation of theCqlDataSetinterface.ResourceCqlScript StatementsCqlScript ACqlScriptimplementation that wraps a predefined list of CQL statements.StringCqlScript ACqlScriptimplementation that encapsulates a CQL script as a plain string.