Table of Contents

Interface IJoinRowSet

Namespace
Javax.Sql.Rowset
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IJoinRowSet : IWebRowSet, ICachedRowSet
Inherited Members

Properties

JoinType

int JoinType { get; set; }

Property Value

int

RowSetNames

String[] RowSetNames { get; }

Property Value

String[]

RowSets

Collection<object> RowSets { get; }

Property Value

Collection<object>

WhereClause

String WhereClause { get; }

Property Value

String

Methods

AddRowSet(RowSet, String)

void AddRowSet(RowSet arg0, String arg1)

Parameters

arg0 RowSet

RowSet

arg1 String

String

Exceptions

SQLException

AddRowSet(RowSet, int)

void AddRowSet(RowSet arg0, int arg1)

Parameters

arg0 RowSet

RowSet

arg1 int

int

Exceptions

SQLException

AddRowSet(RowSet[], String[])

void AddRowSet(RowSet[] arg0, String[] arg1)

Parameters

arg0 RowSet[]

RowSet

arg1 String[]

String

Exceptions

SQLException

AddRowSet(RowSet[], int[])

void AddRowSet(RowSet[] arg0, int[] arg1)

Parameters

arg0 RowSet[]

RowSet

arg1 int[]

int

Exceptions

SQLException

AddRowSet(Joinable)

void AddRowSet(Joinable arg0)

Parameters

arg0 Joinable

Joinable

Exceptions

SQLException

SupportsCrossJoin()

bool SupportsCrossJoin()

Returns

bool

bool

SupportsFullJoin()

bool SupportsFullJoin()

Returns

bool

bool

SupportsInnerJoin()

bool SupportsInnerJoin()

Returns

bool

bool

SupportsLeftOuterJoin()

bool SupportsLeftOuterJoin()

Returns

bool

bool

SupportsRightOuterJoin()

bool SupportsRightOuterJoin()

Returns

bool

bool

ToCachedRowSet()

CachedRowSet ToCachedRowSet()

Returns

CachedRowSet

CachedRowSet

Exceptions

SQLException