Table of Contents

Interface IDataSource

Namespace
Javax.Sql
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/DataSource.html

public interface IDataSource

Properties

Connection

Connection Connection { get; }

Property Value

Connection

LogWriter

PrintWriter LogWriter { get; set; }

Property Value

PrintWriter

LoginTimeout

int LoginTimeout { get; set; }

Property Value

int

Methods

CreateConnectionBuilder()

ConnectionBuilder CreateConnectionBuilder()

Returns

ConnectionBuilder

ConnectionBuilder

Exceptions

SQLException

GetConnection(String, String)

Connection GetConnection(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

Connection

Connection

Exceptions

SQLException