Class FhirSequenceDAOImpl
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.jdbc.postgres.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 longnextValue()Get the next value from the FHIR_SEQUENCE
-
-
-
Method Detail
-
nextValue
public long nextValue() throws java.sql.SQLExceptionDescription copied from interface:FhirSequenceDAOGet the next value from the FHIR_SEQUENCE- Specified by:
nextValuein interfaceFhirSequenceDAO- Returns:
- Throws:
java.sql.SQLException
-
-