Class CqlGetCurrentVersion
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.cassandra.payload.CqlGetCurrentVersion
-
public class CqlGetCurrentVersion extends java.lang.Object
Reads 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 int
run(com.datastax.oss.driver.api.core.CqlSession session)
Run the command using the given session
-