Interface FhirSequenceDAO
- 
- All Known Implementing Classes:
 FhirSequenceDAOImpl,FhirSequenceDAOImpl
public interface FhirSequenceDAOgets the next value in the database's FHIR_SEQUENCE sequence 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longnextValue()Get the next value from the FHIR_SEQUENCE 
 - 
 
- 
- 
Method Detail
- 
nextValue
long nextValue() throws SQLExceptionGet the next value from the FHIR_SEQUENCE- Returns:
 - Throws:
 SQLException
 
 - 
 
 -