Table of Contents

Interface IXADataSource

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

public interface IXADataSource : ICommonDataSource
Inherited Members

Properties

XAConnection

XAConnection XAConnection { get; }

Property Value

XAConnection

Methods

GetXAConnection(String, String)

XAConnection GetXAConnection(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

XAConnection

XAConnection

Exceptions

SQLException