RowSetEvent Constructors

Definition

Overloads

RowSetEvent(IRowSet)

Constructs a RowSetEvent object initialized with the given RowSet object.

RowSetEvent(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

RowSetEvent(IRowSet)

Constructs a RowSetEvent object initialized with the given RowSet object.

[Android.Runtime.Register(".ctor", "(Ljavax/sql/RowSet;)V", "")]
public RowSetEvent (Javax.Sql.IRowSet? source);
[<Android.Runtime.Register(".ctor", "(Ljavax/sql/RowSet;)V", "")>]
new Javax.Sql.RowSetEvent : Javax.Sql.IRowSet -> Javax.Sql.RowSetEvent

Parameters

source
IRowSet

the RowSet object whose data has changed or whose cursor has moved

Attributes

Remarks

Constructs a RowSetEvent object initialized with the given RowSet object.

Java documentation for javax.sql.RowSetEvent.RowSetEvent(javax.sql.RowSet).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

RowSetEvent(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected RowSetEvent (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Sql.RowSetEvent : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Sql.RowSetEvent

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to