public class SocketFactoryFactory extends Object
SocketFactory based on the PGProperty.SOCKET_FACTORY.| Constructor and Description |
|---|
SocketFactoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SocketFactory |
getSocketFactory(Properties info)
Instantiates
SocketFactory based on the PGProperty.SOCKET_FACTORY |
public static SocketFactory getSocketFactory(Properties info) throws PSQLException
SocketFactory based on the PGProperty.SOCKET_FACTORYinfo - connection propertiesPSQLException - if something goes wrongCopyright © 2016 PostgreSQL Global Development Group. All rights reserved.