Class FhirSequenceDAOImpl
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.postgres.FhirSequenceDAOImpl
 
 
- 
- All Implemented Interfaces:
 FhirSequenceDAO
public class FhirSequenceDAOImpl extends Object implements FhirSequenceDAO
DAO to obtain the next value from FHIR_SEQUENCE 
- 
- 
Constructor Summary
Constructors Constructor Description FhirSequenceDAOImpl(Connection c)Public constructor 
 - 
 
- 
- 
Constructor Detail
- 
FhirSequenceDAOImpl
public FhirSequenceDAOImpl(Connection c)
Public constructor 
 - 
 
- 
Method Detail
- 
nextValue
public long nextValue() throws SQLExceptionDescription copied from interface:FhirSequenceDAOGet the next value from the FHIR_SEQUENCE- Specified by:
 nextValuein interfaceFhirSequenceDAO- Returns:
 - Throws:
 SQLException
 
 - 
 
 -