MapperSingle Method | 
| Name | Description | |
|---|---|---|
| SingleT(Cql) | 
            Gets a single T from Cassandra using the CQL statement specified.  Will throw if no records or more than
            one record is returned.
              | |
| SingleT(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.
              |