Class CqlGetCurrentVersion
- java.lang.Object
 - 
- com.ibm.fhir.persistence.cassandra.payload.CqlGetCurrentVersion
 
 
- 
public class CqlGetCurrentVersion extends java.lang.ObjectReads the current version number of a resource. 
- 
- 
Constructor Summary
Constructors Constructor Description CqlGetCurrentVersion(int resourceTypeId, java.lang.String logicalId)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intrun(com.datastax.oss.driver.api.core.CqlSession session)Run the command using the given session 
 -