Package org.postgresql.util
Class PGPropertyServiceParser
- java.lang.Object
-
- org.postgresql.util.PGPropertyServiceParser
-
public class PGPropertyServiceParser extends java.lang.Object
helps to read Connection Service File. https://www.postgresql.org/docs/current/libpq-pgservice.html
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Properties
getServiceProperties(java.lang.String serviceName)
Read pg_service.conf resource
-