Class PostgresCodeSystemDAO

  • All Implemented Interfaces:
    CodeSystemDAO

    public class PostgresCodeSystemDAO
    extends CodeSystemDAOImpl
    PostgreSql variant DAO used to manage code_systems records. Uses plain old JDBC statements instead of a stored procedure.
    • Constructor Detail

      • PostgresCodeSystemDAO

        public PostgresCodeSystemDAO​(java.sql.Connection c,
                                     java.lang.String schemaName)
        Public constructor
        Parameters:
        c - connection to the database
        schemaName - the schema containing the FHIR data tables