The default CQL client implementation which uses the DataStax driver
ISession provided in the constructor
for running queries against a Cassandra cluster.
Inheritance HierarchySystemObject
Cassandra.MappingMapper
Namespace: Cassandra.MappingAssembly: Cassandra (in Cassandra.dll) Version: 3.2.0
Syntaxpublic class Mapper : IMapper, ICqlQueryAsyncClient,
ICqlWriteAsyncClient, ICqlQueryClient, ICqlWriteClient
The Mapper type exposes the following members.
Constructors
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | ConvertCqlArgumentTValue, TDatabase | |
![Public method Public method](../icons/pubmethod.gif) | CreateBatch | |
![Public method Public method](../icons/pubmethod.gif) | CreateBatch(BatchType) | |
![Public method Public method](../icons/pubmethod.gif) | DeleteT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | DeleteT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | DeleteT(T, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | DeleteAsyncT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | DeleteAsyncT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | DeleteAsyncT(T, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | DeleteIfT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | DeleteIfT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | DeleteIfAsyncT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | DeleteIfAsyncT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | Execute(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | Execute(ICqlBatch) | |
![Public method Public method](../icons/pubmethod.gif) | Execute(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | ExecuteAsync(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | ExecuteAsync(ICqlBatch) | |
![Public method Public method](../icons/pubmethod.gif) | ExecuteAsync(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | ExecuteConditionalT | |
![Public method Public method](../icons/pubmethod.gif) | ExecuteConditionalAsyncT | |
![Public method Public method](../icons/pubmethod.gif) | FetchT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | FetchT(CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | FetchT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | FetchAsyncT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | FetchAsyncT(CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | FetchAsyncT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | FetchPageT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | FetchPageT(CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | FetchPageT(Int32, Byte, String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | FetchPageAsyncT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | FetchPageAsyncT(CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | FetchPageAsyncT(Int32, Byte, String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | FirstT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | FirstT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | FirstAsyncT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | FirstAsyncT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | FirstOrDefaultT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | FirstOrDefaultT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | FirstOrDefaultAsyncT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | FirstOrDefaultAsyncT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | InsertT(T, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | InsertT(T, Boolean, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | InsertT(T, Boolean, NullableInt32, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | InsertAsyncT(T, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | InsertAsyncT(T, Boolean, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | InsertAsyncT(T, Boolean, NullableInt32, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | InsertIfNotExistsT(T, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | InsertIfNotExistsT(T, Boolean, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | InsertIfNotExistsT(T, Boolean, NullableInt32, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | InsertIfNotExistsAsyncT(T, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | InsertIfNotExistsAsyncT(T, Boolean, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | InsertIfNotExistsAsyncT(T, Boolean, NullableInt32, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | SingleT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | SingleT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | SingleAsyncT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | SingleAsyncT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | SingleOrDefaultT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | SingleOrDefaultT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | SingleOrDefaultAsyncT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | SingleOrDefaultAsyncT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![Public method Public method](../icons/pubmethod.gif) | UpdateT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | UpdateT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | UpdateT(T, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | UpdateAsyncT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | UpdateAsyncT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | UpdateAsyncT(T, CqlQueryOptions) | |
![Public method Public method](../icons/pubmethod.gif) | UpdateIfT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | UpdateIfT(String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | UpdateIfAsyncT(Cql) | |
![Public method Public method](../icons/pubmethod.gif) | UpdateIfAsyncT(String, Object) | |
Top
See AlsoReference
Cassandra.MappingMapper