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