C# (CSharp) CqlSharp Namespace

Nested Namespaces

CqlSharp.Annotations
CqlSharp.Authentication
CqlSharp.Extensions
CqlSharp.Linq
CqlSharp.Logging
CqlSharp.Memory
CqlSharp.NLog
CqlSharp.Network
CqlSharp.Performance
CqlSharp.Protocol
CqlSharp.Serialization
CqlSharp.Test
CqlSharp.Threading
CqlSharp.Tracing

Classes

Name Description
CqlBatchTransaction A batched query. Any commands executed as part of a CqlBatchTransaction will be buffered and executed in a single batch when committed.
CqlConnection A connection to a Cassandra cluster
CqlDataAdapter
CqlError Represents the error result of a query.
CqlException
CqlParameter Represents a single parameter for use with CqlCommands
CqlPrepared Represents the result of a query that does not have actual result values
CqlProviderFactory Provider factory than return the CqlSharp ADO object instances
CqlRowUpdatedEventArgs
CqlRowUpdatingEventArgs
CqlSchemaChange Represents a result of a Cql ResultMetaData changing query (create/alter/drop/etc.)
CqlSchemaTableColumnNames Contains constants representing the names of the columns of the DataTable obtained via the M:CqlSharp.CqlDataReader.GetSchemaTable method of a T:CqlSharp.CqlDataReader instance.
CqlSetKeyspace Represents a result of a Cql use query
CqlVoid Represents the result of a query that does not have actual result values
TimeGuid Helper class to generate Time based GUIDs. Thanks to Casssandra-Sharp project.
TypeExtensions DateTime extensions to convert date-time values to and from unix-time