Table of Contents

Class JoinRowSet

Namespace
Javax.Sql.Rowset
Assembly
MASES.JNet.dll
public class JoinRowSet : WebRowSet, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IJoinRowSet, IWebRowSet, ICachedRowSet
Inheritance
JVMBridgeBase
JVMBridgeBase<CachedRowSet>
JoinRowSet
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<CachedRowSet>.IsAssignableFrom(IJavaType)
JVMBridgeBase<CachedRowSet>.IsAssignableFrom<T>()
JVMBridgeBase<CachedRowSet>.Execute<T>(params T[])
JVMBridgeBase<CachedRowSet>.DynBridgeClazz
JVMBridgeBase<CachedRowSet>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

JoinRowSet()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("JoinRowSet class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public JoinRowSet()

JoinRowSet(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("JoinRowSet class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public JoinRowSet(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CROSS_JOIN

public static int CROSS_JOIN { get; }

Property Value

int

FULL_JOIN

public static int FULL_JOIN { get; }

Property Value

int

INNER_JOIN

public static int INNER_JOIN { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

JoinType

public int JoinType { get; set; }

Property Value

int

LEFT_OUTER_JOIN

public static int LEFT_OUTER_JOIN { get; }

Property Value

int

RIGHT_OUTER_JOIN

public static int RIGHT_OUTER_JOIN { get; }

Property Value

int

RowSetNames

public String[] RowSetNames { get; }

Property Value

String[]

RowSets

public Collection<object> RowSets { get; }

Property Value

Collection<object>

WhereClause

public String WhereClause { get; }

Property Value

String

Methods

AddRowSet(RowSet, String)

public void AddRowSet(RowSet arg0, String arg1)

Parameters

arg0 RowSet

RowSet

arg1 String

String

Exceptions

SQLException

AddRowSet(RowSet, int)

public void AddRowSet(RowSet arg0, int arg1)

Parameters

arg0 RowSet

RowSet

arg1 int

int

Exceptions

SQLException

AddRowSet(RowSet[], String[])

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

Parameters

arg0 RowSet[]

RowSet

arg1 String[]

String

Exceptions

SQLException

AddRowSet(RowSet[], int[])

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

Parameters

arg0 RowSet[]

RowSet

arg1 int[]

int

Exceptions

SQLException

AddRowSet(Joinable)

public void AddRowSet(Joinable arg0)

Parameters

arg0 Joinable

Joinable

Exceptions

SQLException

SupportsCrossJoin()

public bool SupportsCrossJoin()

Returns

bool

bool

SupportsFullJoin()

public bool SupportsFullJoin()

Returns

bool

bool

SupportsInnerJoin()

public bool SupportsInnerJoin()

Returns

bool

bool

SupportsLeftOuterJoin()

public bool SupportsLeftOuterJoin()

Returns

bool

bool

SupportsRightOuterJoin()

public bool SupportsRightOuterJoin()

Returns

bool

bool

ToCachedRowSet()

public CachedRowSet ToCachedRowSet()

Returns

CachedRowSet

CachedRowSet

Exceptions

SQLException