RowSetEvent Constructores

Definición

Sobrecargas

Nombre Description
RowSetEvent(IRowSet)

Construye un RowSetEvent objeto inicializado con el objeto especificado RowSet .

RowSetEvent(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

RowSetEvent(IRowSet)

Construye un RowSetEvent objeto inicializado con el objeto especificado RowSet .

[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

Parámetros

source
IRowSet

objeto RowSet cuyos datos han cambiado o cuyo cursor se ha movido

Atributos

Comentarios

Construye un RowSetEvent objeto inicializado con el objeto especificado RowSet .

Documentación de Java para javax.sql.RowSetEvent.RowSetEvent(javax.sql.RowSet).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

RowSetEvent(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

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

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a