ICqlQueryClient.Single Method |
Name | Description | |
---|---|---|
Single<T>(Cql) |
Gets a single T from Cassandra using the CQL statement specified. Will throw if no records or more than
one record is returned.
| |
Single<T>(String,Object[]) |
Gets a single T from Cassandra using the CQL statement and parameter values specified. Will throw if
no records or more than one record is returned.
|