Linguaggio

SQLClientInfoException Costruttori

Definizione

Overload

Nome Descrizione
SQLClientInfoException()

Costruisce un SQLClientInfoException oggetto .

SQLClientInfoException(IDictionary<String,ClientInfoStatus>)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato failedProperties.

SQLClientInfoException(IDictionary<String,ClientInfoStatus>, Throwable)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato cause e failedProperties.

SQLClientInfoException(IntPtr, JniHandleOwnership)

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

SQLClientInfoException(String, IDictionary<String,ClientInfoStatus>)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato reason e failedProperties.

SQLClientInfoException(String, IDictionary<String,ClientInfoStatus>, Throwable)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato causereasone failedProperties.

SQLClientInfoException(String, String, IDictionary<String,ClientInfoStatus>)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato SQLStatereasone failedProperties.

SQLClientInfoException(String, String, IDictionary<String,ClientInfoStatus>, Throwable)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto reason, SQLStatecause e failedPropertiesspecificato.

SQLClientInfoException(String, String, Int32, IDictionary<String,ClientInfoStatus>)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto reason, SQLStatevendorCode e failedPropertiesspecificato.

SQLClientInfoException(String, String, Int32, IDictionary<String,ClientInfoStatus>, Throwable)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto reason, SQLState, causevendorCode e failedPropertiesspecificato.

SQLClientInfoException()

Costruisce un SQLClientInfoException oggetto .

[Android.Runtime.Register(".ctor", "()V", "")]
public SQLClientInfoException();
Attributi

Commenti

Costruisce un SQLClientInfoException oggetto . L'elenco reason, SQLStatee failedProperties viene inizializzato in null e il codice fornitore viene inizializzato su 0. L'oggetto cause non viene inizializzato e può essere successivamente inizializzato da una chiamata al Throwable#initCause(java.lang.Throwable) metodo .

Aggiunta nella versione 1.6.

per java.sql.SQLClientInfoException.SQLClientInfoException().

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

SQLClientInfoException(IDictionary<String,ClientInfoStatus>)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato failedProperties.

[Android.Runtime.Register(".ctor", "(Ljava/util/Map;)V", "")]
public SQLClientInfoException(System.Collections.Generic.IDictionary<string,Java.Sql.ClientInfoStatus>? failedProperties);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Map;)V", "")>]
new Java.Sql.SQLClientInfoException : System.Collections.Generic.IDictionary<string, Java.Sql.ClientInfoStatus> -> Java.Sql.SQLClientInfoException

Parametri

failedProperties
IDictionary<String,ClientInfoStatus>

Oggetto Map contenente i valori delle proprietà che non è stato possibile impostare. Le chiavi nella mappa contengono i nomi delle proprietà delle informazioni client che non è stato possibile impostare e i valori contengono uno dei codici motivo definiti in ClientInfoStatus<p>

Attributi

Commenti

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato failedProperties. e reasonSQLState vengono inizializzati in null e il codice fornitore viene inizializzato su 0.

L'oggetto cause non viene inizializzato e può essere successivamente inizializzato da una chiamata al Throwable#initCause(java.lang.Throwable) metodo .

Aggiunta nella versione 1.6.

per java.sql.SQLClientInfoException.SQLClientInfoException(java.util.Map<java.lang.String, java.sql.ClientInfoStatus>).

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

SQLClientInfoException(IDictionary<String,ClientInfoStatus>, Throwable)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato cause e failedProperties.

[Android.Runtime.Register(".ctor", "(Ljava/util/Map;Ljava/lang/Throwable;)V", "")]
public SQLClientInfoException(System.Collections.Generic.IDictionary<string,Java.Sql.ClientInfoStatus>? failedProperties, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Map;Ljava/lang/Throwable;)V", "")>]
new Java.Sql.SQLClientInfoException : System.Collections.Generic.IDictionary<string, Java.Sql.ClientInfoStatus> * Java.Lang.Throwable -> Java.Sql.SQLClientInfoException

Parametri

failedProperties
IDictionary<String,ClientInfoStatus>

Oggetto Map contenente i valori delle proprietà che non è stato possibile impostare. Le chiavi nella mappa contengono i nomi delle proprietà delle informazioni client che non è stato possibile impostare e i valori contengono uno dei codici motivo definiti in ClientInfoStatus

cause
Throwable

(che viene salvato per il recupero successivo dal getCause() metodo ); può essere Null che indica che la causa non è esistente o sconosciuta. <p>

Attributi

Commenti

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato cause e failedProperties.

Viene reason inizializzato su null se cause==null o su cause.toString() e cause!=null il codice fornitore viene inizializzato su 0.

Aggiunta nella versione 1.6.

per java.sql.SQLClientInfoException.SQLClientInfoException(java.util.Map<java.lang.String, java.sql.ClientInfoStatus>, java.lang.Throwable).

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

SQLClientInfoException(IntPtr, JniHandleOwnership)

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

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

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

SQLClientInfoException(String, IDictionary<String,ClientInfoStatus>)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato reason e failedProperties.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/util/Map;)V", "")]
public SQLClientInfoException(string? reason, System.Collections.Generic.IDictionary<string,Java.Sql.ClientInfoStatus>? failedProperties);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/util/Map;)V", "")>]
new Java.Sql.SQLClientInfoException : string * System.Collections.Generic.IDictionary<string, Java.Sql.ClientInfoStatus> -> Java.Sql.SQLClientInfoException

Parametri

reason
String

una descrizione dell'eccezione

failedProperties
IDictionary<String,ClientInfoStatus>

Oggetto Map contenente i valori delle proprietà che non è stato possibile impostare. Le chiavi nella mappa contengono i nomi delle proprietà delle informazioni client che non è stato possibile impostare e i valori contengono uno dei codici motivo definiti in ClientInfoStatus<p>

Attributi

Commenti

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato reason e failedProperties. Viene SQLState inizializzato in null e il codice fornitore viene inizializzato su 0.

L'oggetto cause non viene inizializzato e può essere successivamente inizializzato da una chiamata al Throwable#initCause(java.lang.Throwable) metodo .

Aggiunta nella versione 1.6.

per java.sql.SQLClientInfoException.SQLClientInfoException(java.lang.String, java.util.Map<java.lang.String, java.sql.ClientInfoStatus>).

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

SQLClientInfoException(String, IDictionary<String,ClientInfoStatus>, Throwable)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato causereasone failedProperties.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Throwable;)V", "")]
public SQLClientInfoException(string? reason, System.Collections.Generic.IDictionary<string,Java.Sql.ClientInfoStatus>? failedProperties, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/util/Map;Ljava/lang/Throwable;)V", "")>]
new Java.Sql.SQLClientInfoException : string * System.Collections.Generic.IDictionary<string, Java.Sql.ClientInfoStatus> * Java.Lang.Throwable -> Java.Sql.SQLClientInfoException

Parametri

reason
String

una descrizione dell'eccezione

failedProperties
IDictionary<String,ClientInfoStatus>

Oggetto Map contenente i valori delle proprietà che non è stato possibile impostare. Le chiavi nella mappa contengono i nomi delle proprietà delle informazioni client che non è stato possibile impostare e i valori contengono uno dei codici motivo definiti in ClientInfoStatus

cause
Throwable

il motivo sottostante di questo SQLException (che viene salvato per il getCause() recupero successivo dal metodo); può essere Null che indica che la causa non è esistente o sconosciuta. <p>

Attributi

Commenti

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato causereasone failedProperties. Viene SQLState inizializzato in null e il codice fornitore viene inizializzato su 0.

Aggiunta nella versione 1.6.

per java.sql.SQLClientInfoException.SQLClientInfoException(java.lang.String, java.util.Map<java.lang.String, java.sql.ClientInfoStatus>, java.lang.Throwable).

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

SQLClientInfoException(String, String, IDictionary<String,ClientInfoStatus>)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato SQLStatereasone failedProperties.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V", "")]
public SQLClientInfoException(string? reason, string? SQLState, System.Collections.Generic.IDictionary<string,Java.Sql.ClientInfoStatus>? failedProperties);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V", "")>]
new Java.Sql.SQLClientInfoException : string * string * System.Collections.Generic.IDictionary<string, Java.Sql.ClientInfoStatus> -> Java.Sql.SQLClientInfoException

Parametri

reason
String

una descrizione dell'eccezione

SQLState
String

codice XOPEN o SQL:2003 che identifica l'eccezione

failedProperties
IDictionary<String,ClientInfoStatus>

Oggetto Map contenente i valori delle proprietà che non è stato possibile impostare. Le chiavi nella mappa contengono i nomi delle proprietà delle informazioni client che non è stato possibile impostare e i valori contengono uno dei codici motivo definiti in ClientInfoStatus<p>

Attributi

Commenti

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto specificato SQLStatereasone failedProperties. L'oggetto cause non viene inizializzato e può essere successivamente inizializzato da una chiamata al Throwable#initCause(java.lang.Throwable) metodo . Il codice fornitore viene inizializzato su 0.

Aggiunta nella versione 1.6.

per java.sql.SQLClientInfoException.SQLClientInfoException(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.sql.ClientInfoStatus>).

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

SQLClientInfoException(String, String, IDictionary<String,ClientInfoStatus>, Throwable)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto reason, SQLStatecause e failedPropertiesspecificato.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljava/lang/Throwable;)V", "")]
public SQLClientInfoException(string? reason, string? SQLState, System.Collections.Generic.IDictionary<string,Java.Sql.ClientInfoStatus>? failedProperties, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljava/lang/Throwable;)V", "")>]
new Java.Sql.SQLClientInfoException : string * string * System.Collections.Generic.IDictionary<string, Java.Sql.ClientInfoStatus> * Java.Lang.Throwable -> Java.Sql.SQLClientInfoException

Parametri

reason
String

una descrizione dell'eccezione

SQLState
String

codice XOPEN o SQL:2003 che identifica l'eccezione

failedProperties
IDictionary<String,ClientInfoStatus>

Oggetto Map contenente i valori delle proprietà che non è stato possibile impostare. Le chiavi nella mappa contengono i nomi delle proprietà delle informazioni client che non è stato possibile impostare e i valori contengono uno dei codici motivo definiti in ClientInfoStatus

cause
Throwable

il motivo sottostante di questo SQLException (che viene salvato per il getCause() recupero successivo dal metodo); può essere Null che indica che la causa non è esistente o sconosciuta. <p>

Attributi

Commenti

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto reason, SQLStatecause e failedPropertiesspecificato. Il codice fornitore viene inizializzato su 0.

Aggiunta nella versione 1.6.

per java.sql.SQLClientInfoException.SQLClientInfoException(java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.sql.ClientInfoStatus>, java.lang.Throwable).

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

SQLClientInfoException(String, String, Int32, IDictionary<String,ClientInfoStatus>)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto reason, SQLStatevendorCode e failedPropertiesspecificato.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;ILjava/util/Map;)V", "")]
public SQLClientInfoException(string? reason, string? SQLState, int vendorCode, System.Collections.Generic.IDictionary<string,Java.Sql.ClientInfoStatus>? failedProperties);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;ILjava/util/Map;)V", "")>]
new Java.Sql.SQLClientInfoException : string * string * int * System.Collections.Generic.IDictionary<string, Java.Sql.ClientInfoStatus> -> Java.Sql.SQLClientInfoException

Parametri

reason
String

una descrizione dell'eccezione

SQLState
String

codice XOPEN o SQL:2003 che identifica l'eccezione

vendorCode
Int32

un codice di eccezione specifico del fornitore di database

failedProperties
IDictionary<String,ClientInfoStatus>

Oggetto Map contenente i valori delle proprietà che non è stato possibile impostare. Le chiavi nella mappa contengono i nomi delle proprietà delle informazioni client che non è stato possibile impostare e i valori contengono uno dei codici motivo definiti in ClientInfoStatus<p>

Attributi

Commenti

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto reason, SQLStatevendorCode e failedPropertiesspecificato. L'oggetto cause non viene inizializzato e può essere successivamente inizializzato da una chiamata al Throwable#initCause(java.lang.Throwable) metodo .

Aggiunta nella versione 1.6.

per java.sql.SQLClientInfoException.SQLClientInfoException(java.lang.String, java.lang.String, int, java.util.Map<java.lang.String, java.sql.ClientInfoStatus>).

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

SQLClientInfoException(String, String, Int32, IDictionary<String,ClientInfoStatus>, Throwable)

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto reason, SQLState, causevendorCode e failedPropertiesspecificato.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;ILjava/util/Map;Ljava/lang/Throwable;)V", "")]
public SQLClientInfoException(string? reason, string? SQLState, int vendorCode, System.Collections.Generic.IDictionary<string,Java.Sql.ClientInfoStatus>? failedProperties, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;ILjava/util/Map;Ljava/lang/Throwable;)V", "")>]
new Java.Sql.SQLClientInfoException : string * string * int * System.Collections.Generic.IDictionary<string, Java.Sql.ClientInfoStatus> * Java.Lang.Throwable -> Java.Sql.SQLClientInfoException

Parametri

reason
String

una descrizione dell'eccezione

SQLState
String

codice XOPEN o SQL:2003 che identifica l'eccezione

vendorCode
Int32

un codice di eccezione specifico del fornitore di database

failedProperties
IDictionary<String,ClientInfoStatus>

Oggetto Map contenente i valori delle proprietà che non è stato possibile impostare. Le chiavi nella mappa contengono i nomi delle proprietà delle informazioni client che non è stato possibile impostare e i valori contengono uno dei codici motivo definiti in ClientInfoStatus

cause
Throwable

il motivo sottostante di questo SQLException (che viene salvato per il getCause() recupero successivo dal metodo); può essere Null che indica che la causa non è esistente o sconosciuta. <p>

Attributi

Commenti

Costruisce un SQLClientInfoException oggetto inizializzato con un oggetto reason, SQLState, causevendorCode e failedPropertiesspecificato.

Aggiunta nella versione 1.6.

per java.sql.SQLClientInfoException.SQLClientInfoException(java.lang.String, java.lang.String, int, java.util.Map<java.lang.String, java.sql.ClientInfoStatus>, java.lang.Throwable).

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