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

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

      • FhirRefSequenceDAOImpl

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