Class CachedRowSet
public class CachedRowSet : JVMBridgeBase<CachedRowSet>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICachedRowSet
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<CachedRowSet>CachedRowSet
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<CachedRowSet>.IsAssignableFrom(IJavaType)JVMBridgeBase<CachedRowSet>.IsAssignableFrom<T>()JVMBridgeBase<CachedRowSet>.Execute<T>(params T[])JVMBridgeBase<CachedRowSet>.DynBridgeClazzJVMBridgeBase<CachedRowSet>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
KeyColumns
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/CachedRowSet.html#getKeyColumns() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/CachedRowSet.html#setKeyColumns(int[])
public int[] KeyColumns { get; set; }
Property Value
- int[]
Original
public ResultSet Original { get; }
Property Value
OriginalRow
public ResultSet OriginalRow { get; }
Property Value
PageSize
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/CachedRowSet.html#getPageSize() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/CachedRowSet.html#setPageSize(int)
public int PageSize { get; set; }
Property Value
RowSetWarnings
public RowSetWarning RowSetWarnings { get; }
Property Value
ShowDeleted
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/CachedRowSet.html#getShowDeleted() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/CachedRowSet.html#setShowDeleted(boolean)
public bool ShowDeleted { get; set; }
Property Value
SyncProvider
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/CachedRowSet.html#getSyncProvider() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/CachedRowSet.html#setSyncProvider(java.lang.String)
public SyncProvider SyncProvider { get; set; }
Property Value
TableName
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/CachedRowSet.html#getTableName() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/CachedRowSet.html#setTableName(java.lang.String)
public String TableName { get; set; }
Property Value
Methods
AcceptChanges()
public void AcceptChanges()
Exceptions
AcceptChanges(Connection)
public void AcceptChanges(Connection arg0)
Parameters
arg0
Connection
Exceptions
ColumnUpdated(String)
public bool ColumnUpdated(String arg0)
Parameters
Returns
Exceptions
ColumnUpdated(int)
public bool ColumnUpdated(int arg0)
Parameters
Returns
Exceptions
Commit()
public void Commit()
Exceptions
CreateCopy()
public CachedRowSet CreateCopy()
Returns
Exceptions
CreateCopyNoConstraints()
public CachedRowSet CreateCopyNoConstraints()
Returns
Exceptions
CreateCopySchema()
public CachedRowSet CreateCopySchema()
Returns
Exceptions
CreateShared()
public RowSet CreateShared()
Returns
Exceptions
Execute(Connection)
public void Execute(Connection arg0)
Parameters
arg0
Connection
Exceptions
NextPage()
public bool NextPage()
Returns
Exceptions
Populate(ResultSet)
public void Populate(ResultSet arg0)
Parameters
Exceptions
Populate(ResultSet, int)
public void Populate(ResultSet arg0, int arg1)
Parameters
Exceptions
PreviousPage()
public bool PreviousPage()
Returns
Exceptions
Release()
public void Release()
Exceptions
RestoreOriginal()
public void RestoreOriginal()
Exceptions
Rollback()
public void Rollback()
Exceptions
Rollback(Savepoint)
public void Rollback(Savepoint arg0)
Parameters
Exceptions
RowSetPopulated(RowSetEvent, int)
public void RowSetPopulated(RowSetEvent arg0, int arg1)
Parameters
arg0
RowSetEventarg1
int
Exceptions
SetMetaData(RowSetMetaData)
public void SetMetaData(RowSetMetaData arg0)
Parameters
Exceptions
SetOriginalRow()
public void SetOriginalRow()
Exceptions
Size()
public int Size()
Returns
ToCollection()
public Collection<object> ToCollection()
Returns
Exceptions
ToCollection(String)
public Collection<object> ToCollection(String arg0)
Parameters
Returns
Exceptions
ToCollection(int)
public Collection<object> ToCollection(int arg0)
Parameters
Returns
Exceptions
UndoDelete()
public void UndoDelete()
Exceptions
UndoInsert()
public void UndoInsert()
Exceptions
UndoUpdate()
public void UndoUpdate()
Exceptions
Operators
implicit operator RowSet(CachedRowSet)
Converter from CachedRowSet to RowSet
public static implicit operator RowSet(CachedRowSet t)
Parameters
Returns
implicit operator Joinable(CachedRowSet)
Converter from CachedRowSet to Joinable
public static implicit operator Joinable(CachedRowSet t)