Interface ICqlReader<T>
- 
public interface ICqlReader<T>Command to perform a read operation on a Cassandra CqlSession 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Trun(com.datastax.oss.driver.api.core.CqlSession session)Execute the statement using the connection and return the value session connection to Cassandra 
 - 
 
- 
- 
Method Detail
- 
run
T run(com.datastax.oss.driver.api.core.CqlSession session) throws FHIRPersistenceException
Execute the statement using the connection and return the value session connection to Cassandra- Parameters:
 session-- Throws:
 FHIRPersistenceException
 
 - 
 
 -