Uses of Class
org.linuxforhealth.fhir.database.utils.common.JdbcPropertyAdapter
-
-
Uses of JdbcPropertyAdapter in org.linuxforhealth.fhir.database.utils.common
Constructors in org.linuxforhealth.fhir.database.utils.common with parameters of type JdbcPropertyAdapter Constructor Description JdbcConnectionProvider(IDatabaseTranslator translator, JdbcPropertyAdapter properties) -
Uses of JdbcPropertyAdapter in org.linuxforhealth.fhir.database.utils.derby
Subclasses of JdbcPropertyAdapter in org.linuxforhealth.fhir.database.utils.derby Modifier and Type Class Description classDerbyPropertyAdapterAdapts properties to Derby -
Uses of JdbcPropertyAdapter in org.linuxforhealth.fhir.database.utils.postgres
Subclasses of JdbcPropertyAdapter in org.linuxforhealth.fhir.database.utils.postgres Modifier and Type Class Description classPostgresPropertyAdapterAn adapter for Postgres properties -
Uses of JdbcPropertyAdapter in org.linuxforhealth.fhir.schema.app.util
Methods in org.linuxforhealth.fhir.schema.app.util that return JdbcPropertyAdapter Modifier and Type Method Description static JdbcPropertyAdapterCommonUtil. getPropertyAdapter(DbType dbType, java.util.Properties props)
-