Uses of Interface
dk.kosmisk.postgresql.it.PostgresITDataSource.DatabaseLocation
-
-
Uses of PostgresITDataSource.DatabaseLocation in dk.kosmisk.postgresql.it
Classes in dk.kosmisk.postgresql.it that implement PostgresITDataSource.DatabaseLocation Modifier and Type Class Description static classPostgresITDataSource.DatabaseFromEnvironmentConstruct aPostgresITDataSource.DatabaseLocationfrom an environment variablestatic classPostgresITDataSource.DatabaseFromPropertyDatabase location from System Property, with user/password from ${user.name}Constructors in dk.kosmisk.postgresql.it with parameters of type PostgresITDataSource.DatabaseLocation Constructor Description PostgresITDataSource(PostgresITDataSource.DatabaseLocation location)Construct a PostgreSQL datasource from the first available locationConstructor parameters in dk.kosmisk.postgresql.it with type arguments of type PostgresITDataSource.DatabaseLocation Constructor Description PostgresITDataSource(List<PostgresITDataSource.DatabaseLocation> locations, boolean useFallback)Construct a PostgreSQL datasource from the first available location
-