Linguaggio

StatementEvent Costruttori

Definizione

Overload

Nome Descrizione
StatementEvent(IPooledConnection, IPreparedStatement)

Costruisce un StatementEvent oggetto con l'oggetto specificato PooledConnection e PreparedStatement.

StatementEvent(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

StatementEvent(IPooledConnection, IPreparedStatement, SQLException)

Costruisce un StatementEvent oggetto con l'oggetto specificato PooledConnectionPreparedStatement eSQLException

StatementEvent(IPooledConnection, IPreparedStatement)

Costruisce un StatementEvent oggetto con l'oggetto specificato PooledConnection e PreparedStatement.

[Android.Runtime.Register(".ctor", "(Ljavax/sql/PooledConnection;Ljava/sql/PreparedStatement;)V", "")]
public StatementEvent(Javax.Sql.IPooledConnection? con, Java.Sql.IPreparedStatement? statement);
[<Android.Runtime.Register(".ctor", "(Ljavax/sql/PooledConnection;Ljava/sql/PreparedStatement;)V", "")>]
new Javax.Sql.StatementEvent : Javax.Sql.IPooledConnection * Java.Sql.IPreparedStatement -> Javax.Sql.StatementEvent

Parametri

con
IPooledConnection

Oggetto PooledConnection a cui è associato l'oggetto chiuso o non valido PreparedStatement.

statement
IPreparedStatement

Oggetto PreparedStatement chiuso o non valido <>

Attributi

Commenti

Costruisce un StatementEvent oggetto con l'oggetto specificato PooledConnection e PreparedStatement. Il SQLException valore predefinito dell'oggetto contenuto nell'evento è Null.

Aggiunta nella versione 1.6.

per javax.sql.StatementEvent.StatementEvent(javax.sql.PooledConnection, java.sql.PreparedStatement).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

StatementEvent(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

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

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Native Interface) Java.

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

StatementEvent(IPooledConnection, IPreparedStatement, SQLException)

Costruisce un StatementEvent oggetto con l'oggetto specificato PooledConnectionPreparedStatement eSQLException

[Android.Runtime.Register(".ctor", "(Ljavax/sql/PooledConnection;Ljava/sql/PreparedStatement;Ljava/sql/SQLException;)V", "")]
public StatementEvent(Javax.Sql.IPooledConnection? con, Java.Sql.IPreparedStatement? statement, Java.Sql.SQLException? exception);
[<Android.Runtime.Register(".ctor", "(Ljavax/sql/PooledConnection;Ljava/sql/PreparedStatement;Ljava/sql/SQLException;)V", "")>]
new Javax.Sql.StatementEvent : Javax.Sql.IPooledConnection * Java.Sql.IPreparedStatement * Java.Sql.SQLException -> Javax.Sql.StatementEvent

Parametri

con
IPooledConnection

Oggetto PooledConnection a cui è associato l'oggetto chiuso o non valido PreparedStatement .

statement
IPreparedStatement

Oggetto PreparedStatement chiuso o non valido

exception
SQLException

Il SQLException driver sta per generare all'applicazione

Attributi

Commenti

Costruisce un StatementEvent oggetto con l'oggetto specificato PooledConnectionPreparedStatement eSQLException

Aggiunta nella versione 1.6.

per javax.sql.StatementEvent.StatementEvent(javax.sql.PooledConnection, java.sql.PreparedStatement, java.sql.SQLException).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a