Click or drag to resize
Cassandra.Data Namespace
The Cassandra.Data namespace contains classes to support ADO.NET in the driver.
Classes
  ClassDescription
Public classCqlBatchTransaction
Public classCqlCommand
Represents an CQL statement to execute against Cassandra
Public classCqlConnection
Represents a CQL connection.
Public classCqlDataAdapter
Implementation of the IDbDataAdapter interface. Provides strong typing, but inherit most of the functionality needed to fully implement a DataAdapter.
Public classCqlParameter
Represents a Cql parameter.
Public classCqlParameterCollection
Represents a collection of CqlParameters.
Public classCqlProviderFactory
Represents a set of methods for creating instances of a CQL ADO.NET implementation of the data source classes.
Public classCqlReader
Reads a forward-only stream of rows from Cassandra.