Package io.github.mfvanek.pg.connection
Interface PgConnection
- All Superinterfaces:
HostAware
- All Known Implementing Classes:
PgConnectionImpl
A wrapper of standard
DataSource interface with awareness of real host.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a standardDataSourceobject to access the database.
-
Method Details
-
getDataSource
Retrieves a standardDataSourceobject to access the database.- Returns:
DataSource
-