Table of Contents

Interface IConnectionPoolDataSource

Namespace
Javax.Sql
Assembly
MASES.JNet.dll
public interface IConnectionPoolDataSource : ICommonDataSource
Inherited Members

Properties

LogWriter

PrintWriter LogWriter { get; set; }

Property Value

PrintWriter

LoginTimeout

int LoginTimeout { get; set; }

Property Value

int

PooledConnection

PooledConnection PooledConnection { get; }

Property Value

PooledConnection

Methods

CreatePooledConnectionBuilder()

PooledConnectionBuilder CreatePooledConnectionBuilder()

Returns

PooledConnectionBuilder

PooledConnectionBuilder

Exceptions

SQLException

GetPooledConnection(String, String)

PooledConnection GetPooledConnection(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

PooledConnection

PooledConnection

Exceptions

SQLException