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