クラス
java.sql.ClientInfoStatusの使用
| パッケージ | 説明 |
|---|---|
| java.sql |
Java™プログラミング言語を使用してデータソース(通常はリレーショナル・データベース)に格納されたデータにアクセスして処理するためのAPIを提供します。
|
-
java.sqlでのClientInfoStatusの使用
ClientInfoStatusを返すjava.sqlのメソッド 修飾子と型 メソッド 説明 static ClientInfoStatusClientInfoStatus. valueOf(String name)指定された名前を持つ、この型の列挙型定数を返します。static ClientInfoStatus[]ClientInfoStatus. values()この列挙型の定数を含む配列を、宣言されている順序で返します。ClientInfoStatus型の引数を持つ型を返すjava.sqlのメソッド 修飾子と型 メソッド 説明 Map<String,ClientInfoStatus>SQLClientInfoException. getFailedProperties()設定できなかったクライアント情報プロパティのリストを返します。ClientInfoStatus型の型引数を持つjava.sqlのコンストラクタ・パラメータ コンストラクタ 説明 SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String,ClientInfoStatus> failedProperties)指定されたreason、SQLState、vendorCode、およびfailedPropertiesで初期化されたSQLClientInfoExceptionオブジェクトを構築します。SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String,ClientInfoStatus> failedProperties, Throwable cause)指定されたreason、SQLState、cause、vendorCode、およびfailedPropertiesで初期化されたSQLClientInfoExceptionオブジェクトを構築します。SQLClientInfoException(String reason, String SQLState, Map<String,ClientInfoStatus> failedProperties)指定されたreason、SQLState、およびfailedPropertiesで初期化されたSQLClientInfoExceptionオブジェクトを構築します。SQLClientInfoException(String reason, String SQLState, Map<String,ClientInfoStatus> failedProperties, Throwable cause)指定されたreason、SQLState、cause、およびfailedPropertiesで初期化されたSQLClientInfoExceptionオブジェクトを構築します。SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties)指定されたreasonとfailedPropertiesで初期化されたSQLClientInfoExceptionオブジェクトを構築します。SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties, Throwable cause)指定されたreason、cause、およびfailedPropertiesで初期化されたSQLClientInfoExceptionオブジェクトを構築します。SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties)指定されたfailedPropertiesで初期化されたSQLClientInfoExceptionオブジェクトを構築します。SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties, Throwable cause)指定されたcauseとfailedPropertiesで初期化されたSQLClientInfoExceptionオブジェクトを構築します。