| Package | Description |
|---|---|
| org.dbunit | |
| org.dbunit.ant | |
| org.dbunit.database | |
| org.dbunit.util |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatabaseTestCase.setUpDatabaseConfig(DatabaseConfig config)
Designed to be overridden by subclasses in order to set additional configuration
parameters for the
IDatabaseConnection. |
| Modifier and Type | Method and Description |
|---|---|
void |
DbConfig.copyTo(DatabaseConfig config)
Copies the parameters set in this configuration via ant into the given
DatabaseConfig that is used by the dbunit connection. |
| Modifier and Type | Method and Description |
|---|---|
DatabaseConfig |
IDatabaseConnection.getConfig()
Returns this connection database configuration
|
DatabaseConfig |
AbstractDatabaseConnection.getConfig() |
| Constructor and Description |
|---|
DatabaseConfig.Configurator(DatabaseConfig config) |
| Modifier and Type | Method and Description |
|---|---|
String |
QualifiedTableName.getQualifiedNameIfEnabled(DatabaseConfig config)
Returns the qualified name using the values given in the constructor.
|
Copyright © 2002-2017. All Rights Reserved.