Interface FhirRefSequenceDAO
-
- All Known Implementing Classes:
FhirRefSequenceDAOImpl
,FhirRefSequenceDAOImpl
public interface FhirRefSequenceDAO
Enables the next value to be retrieved from the ref sequence.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
nextValue()
Get the next value from the FHIR_REF_SEQUENCE
-
-
-
Method Detail
-
nextValue
int nextValue() throws SQLException
Get the next value from the FHIR_REF_SEQUENCE- Returns:
- Throws:
SQLException
-
-