Table of Contents

Class CachedRowSet

Namespace
Javax.Sql.Rowset
Assembly
MASES.JNet.dll
public class CachedRowSet : JVMBridgeBase<CachedRowSet>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICachedRowSet
Inheritance
JVMBridgeBase
JVMBridgeBase<CachedRowSet>
CachedRowSet
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
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

CachedRowSet()

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

[Obsolete("CachedRowSet 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 CachedRowSet()

CachedRowSet(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("CachedRowSet 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 CachedRowSet(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

KeyColumns

public int[] KeyColumns { get; set; }

Property Value

int[]

Original

public ResultSet Original { get; }

Property Value

ResultSet

OriginalRow

public ResultSet OriginalRow { get; }

Property Value

ResultSet

PageSize

public int PageSize { get; set; }

Property Value

int

RowSetWarnings

public RowSetWarning RowSetWarnings { get; }

Property Value

RowSetWarning

ShowDeleted

public bool ShowDeleted { get; set; }

Property Value

bool

SyncProvider

public SyncProvider SyncProvider { get; set; }

Property Value

SyncProvider

TableName

public String TableName { get; set; }

Property Value

String

Methods

AcceptChanges()

public void AcceptChanges()

Exceptions

SyncProviderException

AcceptChanges(Connection)

public void AcceptChanges(Connection arg0)

Parameters

arg0 Connection

Connection

Exceptions

SyncProviderException

ColumnUpdated(String)

public bool ColumnUpdated(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

Exceptions

SQLException

ColumnUpdated(int)

public bool ColumnUpdated(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

Commit()

public void Commit()

Exceptions

SQLException

CreateCopy()

public CachedRowSet CreateCopy()

Returns

CachedRowSet

CachedRowSet

Exceptions

SQLException

CreateCopyNoConstraints()

public CachedRowSet CreateCopyNoConstraints()

Returns

CachedRowSet

CachedRowSet

Exceptions

SQLException

CreateCopySchema()

public CachedRowSet CreateCopySchema()

Returns

CachedRowSet

CachedRowSet

Exceptions

SQLException

CreateShared()

public RowSet CreateShared()

Returns

RowSet

RowSet

Exceptions

SQLException

Execute(Connection)

public void Execute(Connection arg0)

Parameters

arg0 Connection

Connection

Exceptions

SQLException

NextPage()

public bool NextPage()

Returns

bool

bool

Exceptions

SQLException

Populate(ResultSet)

public void Populate(ResultSet arg0)

Parameters

arg0 ResultSet

ResultSet

Exceptions

SQLException

Populate(ResultSet, int)

public void Populate(ResultSet arg0, int arg1)

Parameters

arg0 ResultSet

ResultSet

arg1 int

int

Exceptions

SQLException

PreviousPage()

public bool PreviousPage()

Returns

bool

bool

Exceptions

SQLException

Release()

public void Release()

Exceptions

SQLException

RestoreOriginal()

public void RestoreOriginal()

Exceptions

SQLException

Rollback()

public void Rollback()

Exceptions

SQLException

Rollback(Savepoint)

public void Rollback(Savepoint arg0)

Parameters

arg0 Savepoint

Savepoint

Exceptions

SQLException

RowSetPopulated(RowSetEvent, int)

public void RowSetPopulated(RowSetEvent arg0, int arg1)

Parameters

arg0 RowSetEvent

RowSetEvent

arg1 int

int

Exceptions

SQLException

SetMetaData(RowSetMetaData)

public void SetMetaData(RowSetMetaData arg0)

Parameters

arg0 RowSetMetaData

RowSetMetaData

Exceptions

SQLException

SetOriginalRow()

public void SetOriginalRow()

Exceptions

SQLException

Size()

public int Size()

Returns

int

int

ToCollection()

public Collection<object> ToCollection()

Returns

Collection<object>

Collection

Exceptions

SQLException

ToCollection(String)

public Collection<object> ToCollection(String arg0)

Parameters

arg0 String

String

Returns

Collection<object>

Collection

Exceptions

SQLException

ToCollection(int)

public Collection<object> ToCollection(int arg0)

Parameters

arg0 int

int

Returns

Collection<object>

Collection

Exceptions

SQLException

UndoDelete()

public void UndoDelete()

Exceptions

SQLException

UndoInsert()

public void UndoInsert()

Exceptions

SQLException

UndoUpdate()

public void UndoUpdate()

Exceptions

SQLException

Operators

implicit operator RowSet(CachedRowSet)

Converter from CachedRowSet to RowSet

public static implicit operator RowSet(CachedRowSet t)

Parameters

t CachedRowSet

Returns

RowSet

implicit operator Joinable(CachedRowSet)

Converter from CachedRowSet to Joinable

public static implicit operator Joinable(CachedRowSet t)

Parameters

t CachedRowSet

Returns

Joinable