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