Table of Contents

Interface IConnectionPoolDataSource

Namespace
Javax.Sql
Assembly
MASES.JNet.dll

.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

PooledConnection

Methods

GetPooledConnection(String, String)

PooledConnection GetPooledConnection(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

PooledConnection

PooledConnection

Exceptions

SQLException