Class FhirRefSequenceDAOImpl
- java.lang.Object
 - 
- org.linuxforhealth.fhir.persistence.params.database.FhirRefSequenceDAOImpl
 
 
- 
- All Implemented Interfaces:
 FhirRefSequenceDAO
public class FhirRefSequenceDAOImpl extends java.lang.Object implements FhirRefSequenceDAO
DAO to obtain the next value from FHIR_REF_SEQUENCE 
- 
- 
Constructor Summary
Constructors Constructor Description FhirRefSequenceDAOImpl(java.sql.Connection c)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intnextValue()Get the next value from the FHIR_REF_SEQUENCE 
 - 
 
- 
- 
Method Detail
- 
nextValue
public int nextValue() throws java.sql.SQLExceptionDescription copied from interface:FhirRefSequenceDAOGet the next value from the FHIR_REF_SEQUENCE- Specified by:
 nextValuein interfaceFhirRefSequenceDAO- Returns:
 - Throws:
 java.sql.SQLException
 
 - 
 
 -