Uses of Interface
org.linuxforhealth.fhir.persistence.params.api.ParameterNameDAO
-
Packages that use ParameterNameDAO Package Description org.linuxforhealth.fhir.persistence.jdbc.postgres org.linuxforhealth.fhir.persistence.params.database -
-
Uses of ParameterNameDAO in org.linuxforhealth.fhir.persistence.jdbc.postgres
Classes in org.linuxforhealth.fhir.persistence.jdbc.postgres that implement ParameterNameDAO Modifier and Type Class Description class
PostgresParameterNamesDAO
-
Uses of ParameterNameDAO in org.linuxforhealth.fhir.persistence.params.database
Classes in org.linuxforhealth.fhir.persistence.params.database that implement ParameterNameDAO Modifier and Type Class Description class
DerbyParameterNamesDAO
For R4 we have replaced the old Derby (Java) stored procedure with plain old JDBC statements - much simpler and easier to debug.class
ParameterNameDAOImpl
Database interaction for parameter_names.
-