Interface IConnectionPoolDataSource
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/sql/ConnectionPoolDataSource.html
public interface IConnectionPoolDataSource : ICommonDataSource
- Inherited Members
Properties
PooledConnection
PooledConnection PooledConnection { get; }
Property Value
Methods
GetPooledConnection(String, String)
PooledConnection GetPooledConnection(String arg0, String arg1)