Class ParameterNameDAOImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ParameterNameDAOImpl​(java.sql.Connection connection, java.lang.String schemaName)
      Public constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.sql.Connection getConnection()
      Provide the connection to subclasses
      protected java.lang.String getSchemaName()
      Get the name of the FHIR data schema we are using
      java.util.Map<java.lang.String,​java.lang.Integer> readAllSearchParameterNames()
      Reads all rows in the Parameter_Names table and returns the data as a Map
      int readOrAddParameterNameId​(java.lang.String parameterName)
      Calls a stored procedure to read the name contained in the passed Parameter in the Parameter_Names table.
      java.lang.Integer readParameterNameId​(java.lang.String parameterName)
      Read the parameter_name_id for the given parameterName
      • Methods inherited from class java.lang.Object

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

      • ParameterNameDAOImpl

        public ParameterNameDAOImpl​(java.sql.Connection connection,
                                    java.lang.String schemaName)
        Public constructor