Table of Contents

Interface ISQLXML

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ISQLXML

Properties

BinaryStream

InputStream BinaryStream { get; }

Property Value

InputStream

CharacterStream

Reader CharacterStream { get; }

Property Value

Reader

String

String String { get; set; }

Property Value

String

Methods

Free()

void Free()

Exceptions

SQLException

GetSource<T>(Class)

T GetSource<T>(Class arg0) where T : ISource, new()

Parameters

arg0 Class

Class

Returns

T

T

Type Parameters

T

ISource

Exceptions

SQLException

SetBinaryStream()

OutputStream SetBinaryStream()

Returns

OutputStream

OutputStream

Exceptions

SQLException

SetCharacterStream()

Writer SetCharacterStream()

Returns

Writer

Writer

Exceptions

SQLException

SetResult<T>(Class)

T SetResult<T>(Class arg0) where T : IResult, new()

Parameters

arg0 Class

Class

Returns

T

T

Type Parameters

T

IResult

Exceptions

SQLException