Table of Contents

Interface IXADataSource

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

public interface IXADataSource : ICommonDataSource
Inherited Members

Properties

LogWriter

PrintWriter LogWriter { get; set; }

Property Value

PrintWriter

LoginTimeout

int LoginTimeout { get; set; }

Property Value

int

XAConnection

XAConnection XAConnection { get; }

Property Value

XAConnection

Methods

CreateXAConnectionBuilder()

XAConnectionBuilder CreateXAConnectionBuilder()

Returns

XAConnectionBuilder

XAConnectionBuilder

Exceptions

SQLException

GetXAConnection(String, String)

XAConnection GetXAConnection(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

XAConnection

XAConnection

Exceptions

SQLException