Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FhirSequenceDAOImpl

        public FhirSequenceDAOImpl​(java.sql.Connection c)
        Public constructor
    • 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 interface FhirSequenceDAO
        Returns:
        Throws:
        java.sql.SQLException