クラス PgServiceConfParser
java.lang.Object
org.postgresql.jdbcurlresolver.PgServiceConfParser
helps to read Connection Service File.
https://www.postgresql.org/docs/current/libpq-pgservice.html
-
メソッドの概要
修飾子とタイプメソッド説明static @Nullable Properties
getServiceProperties
(String serviceName) Read pg_service.conf resource
-
メソッドの詳細
-
getServiceProperties
Read pg_service.conf resource- パラメータ:
serviceName
- service name to search for- 戻り値:
- key value pairs
-