Class PostgresPropertyAdapter
- java.lang.Object
 - 
- org.linuxforhealth.fhir.database.utils.common.JdbcPropertyAdapter
 - 
- org.linuxforhealth.fhir.database.utils.postgres.PostgresPropertyAdapter
 
 
 
- 
public class PostgresPropertyAdapter extends JdbcPropertyAdapter
An adapter for Postgres properties 
- 
- 
Field Summary
- 
Fields inherited from class org.linuxforhealth.fhir.database.utils.common.JdbcPropertyAdapter
DATABASE_KEY, DEFAULT_SCHEMA_KEY, HOST_KEY, PASSWORD_KEY, PORT_KEY, properties, USER_KEY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PostgresPropertyAdapter(java.util.Properties properties) 
- 
Method Summary
- 
Methods inherited from class org.linuxforhealth.fhir.database.utils.common.JdbcPropertyAdapter
getDatabase, getDefaultSchema, getExtraProperties, getHost, getPassword, getPort, getProperties, getUser, isValid, setDatabase, setDefaultSchema, setHost, setPassword, setPort, setUser 
 - 
 
 -