public class DbSpecificConfig extends Object
| コンストラクタと説明 |
|---|
DbSpecificConfig(String dbType)
Construct an instance with configuration options of the specified database type
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
dumpUsage()
Dump usage details associated with the associated type of database
|
Config |
getConfig()
Return the generic configuration associated with this DbSpecificCofig
|
List<DbSpecificOption> |
getOptions()
Returns a
List of DbSpecificOptions that are applicable to the
specified database type. |
String |
toString()
Return description of the associated type of database
|
public DbSpecificConfig(String dbType)
dbType - public List<DbSpecificOption> getOptions()
List of DbSpecificOptions that are applicable to the
specified database type.public Config getConfig()
public void dumpUsage()
Copyright © 2016. All Rights Reserved.