|
dbdrowser b2007102101 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.phosphoresce.dbbrowser.config.DatabaseBrowserRecentConnectionConfig
DatabaseBrowser最近利用したデータベースコネクション情報環境設定保持クラス
当クラスはSerializableインタフェースを実装し、永続化可能なフィールドのみを保持します。
例外的に永続化不可能なフィールドを保持する場合は、それは保存時に対象となりません。
フィールドの概要 | |
static java.lang.String |
NODE_NAME
ノード名 |
メソッドの概要 | |
DatabaseBrowserConnectionConfig |
getConnectionConfig()
最近利用したデータベース接続環境設定を取得します。 |
void |
setConnectionConfig(DatabaseBrowserConnectionConfig connectionConfig)
最近利用したデータベース接続環境設定を設定します。 |
void |
setConnectionConfig(org.phosphoresce.commons.database.core.DatabaseConfig config)
最近利用したデータベース接続環境設定を設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final java.lang.String NODE_NAME
メソッドの詳細 |
public DatabaseBrowserConnectionConfig getConnectionConfig()
public void setConnectionConfig(DatabaseBrowserConnectionConfig connectionConfig)
connectionConfig
- 最近利用したデータベース接続環境設定public void setConnectionConfig(org.phosphoresce.commons.database.core.DatabaseConfig config)
config
- 最近利用したデータベース接続環境設定
|
dbdrowser b2007102101 |
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |