Table of Contents

Interface IDataSource

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/DataSource.html

public interface IDataSource

Properties

Connection

Connection Connection { get; }

Property Value

Connection

Methods

GetConnection(String, String)

Connection GetConnection(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

Connection

Connection

Exceptions

SQLException