Package com.impossibl.postgres.jdbc
Class PGDataSourceObjectFactory
- java.lang.Object
-
- com.impossibl.postgres.jdbc.PGDataSourceObjectFactory
-
- All Implemented Interfaces:
ObjectFactory
public class PGDataSourceObjectFactory extends Object implements ObjectFactory
An ObjectFactory for PGDataSource
-
-
Constructor Summary
Constructors Constructor Description PGDataSourceObjectFactory()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getObjectInstance(Object o, Name n, Context ctx, Hashtable env)
-
-
-
Method Detail
-
getObjectInstance
public Object getObjectInstance(Object o, Name n, Context ctx, Hashtable env) throws Exception
- Specified by:
getObjectInstance
in interfaceObjectFactory
- Throws:
Exception
-
-