Class FhirRefSequenceDAOImpl
- java.lang.Object
-
- com.ibm.fhir.persistence.jdbc.postgres.FhirRefSequenceDAOImpl
-
- All Implemented Interfaces:
FhirRefSequenceDAO
public class FhirRefSequenceDAOImpl extends Object implements FhirRefSequenceDAO
DAO to obtain the next value from FHIR_REF_SEQUENCE
-
-
Constructor Summary
Constructors Constructor Description FhirRefSequenceDAOImpl(Connection c)
Public constructor
-
-
-
Constructor Detail
-
FhirRefSequenceDAOImpl
public FhirRefSequenceDAOImpl(Connection c)
Public constructor
-
-
Method Detail
-
nextValue
public int nextValue() throws SQLException
Description copied from interface:FhirRefSequenceDAO
Get the next value from the FHIR_REF_SEQUENCE- Specified by:
nextValue
in interfaceFhirRefSequenceDAO
- Returns:
- Throws:
SQLException
-
-