Class FhirSequenceDAOImpl
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.jdbc.derby.FhirSequenceDAOImpl
-
- All Implemented Interfaces:
FhirSequenceDAO
public class FhirSequenceDAOImpl extends java.lang.Object implements FhirSequenceDAO
DAO to obtain the next value from FHIR_SEQUENCE
-
-
Constructor Summary
Constructors Constructor Description FhirSequenceDAOImpl(java.sql.Connection c)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
nextValue()
Get the next value from the FHIR_SEQUENCE
-
-
-
Method Detail
-
nextValue
public long nextValue() throws java.sql.SQLException
Description copied from interface:FhirSequenceDAO
Get the next value from the FHIR_SEQUENCE- Specified by:
nextValue
in interfaceFhirSequenceDAO
- Returns:
- Throws:
java.sql.SQLException
-
-