StatementEvent Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| StatementEvent(IPooledConnection, IPreparedStatement) |
Costruisce un |
| StatementEvent(IntPtr, JniHandleOwnership) |
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime. |
| StatementEvent(IPooledConnection, IPreparedStatement, SQLException) |
Costruisce un |
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
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
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.
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.