Full name:
org.dbunit:dbunit-maven-plugin:1.2.0:export
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| driver | String | 1.0 | The class name of the JDBC driver to be used. |
| url | String | 1.0 | The JDBC URL for the database to access, e.g. jdbc:db2:SAMPLE. |
| Name | Type | Since | Description |
|---|---|---|---|
| caseSensitiveTableNames | boolean | 1.0 | Deprecated. since 1.0 - use the dbconfig attribute and the nested
elements for this Default value is: false. |
| dataTypeFactoryName | String | 1.0 | Deprecated. since 1.0 - use the dbconfig attribute and the nested
elements for this Default value is: org.dbunit.dataset.datatype.DefaultDataTypeFactory. |
| datatypeWarning | boolean | 1.0 | Deprecated. since 1.0 - use the dbconfig attribute and the nested
elements for this Default value is: false. |
| dbconfig | Properties | 1.0 | DB configuration child element to configure
DatabaseConfig properties in a generic way. This makes
the many attributes/properties in this class obsolete and sets the
value directly where it should go into which is the
DatabaseConfig. |
| dest | File | 1.0 | Location of exported DataSet file. Default value is: ${project.build.directory}/dbunit/export.xml. |
| doctype | String | 1.0 | doctype. |
| encoding | String | 1.0 | Encoding of exported data. Default value is: ${project.build.sourceEncoding}. |
| escapePattern | String | 1.0 | Deprecated. since 1.0 - use the dbconfig attribute and the nested
elements for this |
| format | String | 1.0 | DataSet file format. Default value is: xml. |
| metadataHandlerName | String | 1.0-beta-3 | Deprecated. since 1.0 - use the dbconfig attribute and the nested
elements for this Default value is: org.dbunit.database.DefaultMetadataHandler. |
| ordered | boolean | 1.0 | Set to true to order exported data according to integrity
constraints defined in DB. |
| password | String | 1.0 | Database password. If not given, it will be looked up through
settings.xml's server with ${settingsKey} as key. |
| queries | Query[] | 1.0 | List of DbUnit's Query. See DbUnit's JavaDoc for details. |
| schema | String | 1.0 | The schema name that tables can be found under. |
| settingsKey | String | 1.0 | Server's id in settings.xml to look up username and password.
Default to ${url} if not given. |
| skip | boolean | 1.0 | Skip the execution when true, very handy when using together with
maven.test.skip. Default value is: false. |
| skipOracleRecycleBinTables | boolean | 1.0-beta-2 | Deprecated. since 1.0 - use the dbconfig attribute and the nested
elements for this Default value is: false. |
| supportBatchStatement | boolean | 1.0 | Deprecated. since 1.0 - use the dbconfig attribute and the nested
elements for this Default value is: false. |
| tables | Table[] | 1.0 | List of DbUnit's Table. See DbUnit's JavaDoc for details. |
| useQualifiedTableNames | boolean | 1.0 | Deprecated. since 1.0 - use the dbconfig attribute and the nested
elements for this Default value is: false. |
| username | String | 1.0 | Database username. If not given, it will be looked up through
settings.xml's server with ${settingsKey} as key. |
dest:
skip:
url: