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