Class FhirRefSequenceDAOImpl
- java.lang.Object
 - 
- com.ibm.fhir.persistence.jdbc.postgresql.FhirRefSequenceDAOImpl
 
 
- 
- All Implemented Interfaces:
 FhirRefSequenceDAO
public class FhirRefSequenceDAOImpl extends Object implements FhirRefSequenceDAO
DAO to obtain the next value from FHIR_REF_SEQUENCE 
- 
- 
Constructor Summary
Constructors Constructor Description FhirRefSequenceDAOImpl(Connection c)Public constructor 
 - 
 
- 
- 
Constructor Detail
- 
FhirRefSequenceDAOImpl
public FhirRefSequenceDAOImpl(Connection c)
Public constructor 
 - 
 
- 
Method Detail
- 
nextValue
public int nextValue() throws SQLExceptionDescription copied from interface:FhirRefSequenceDAOGet the next value from the FHIR_REF_SEQUENCE- Specified by:
 nextValuein interfaceFhirRefSequenceDAO- Returns:
 - Throws:
 SQLException
 
 - 
 
 -