Full name:
org.codehaus.mojo:dbunit-maven-plugin:1.0-beta-3:export
Description:
Attributes:
compile.| Name | Type | Since | Description |
|---|---|---|---|
| driver | String |
- |
The class name of the JDBC driver to be used. |
| url | String |
- |
The JDBC URL for the database to access, e.g. jdbc:db2:SAMPLE. |
| Name | Type | Since | Description |
|---|---|---|---|
| dataTypeFactoryName | String |
- |
Set the DataType factory to add support for non-standard database
vendor data types. Default value is: org.dbunit.dataset.datatype.DefaultDataTypeFactory. |
| datatypeWarning | boolean |
- |
Enable or disable the warning message displayed when DbUnit
encounter an unsupported data type. Default value is: false. |
| dest | File |
- |
Location of exported DataSet file Default value is: ${project.build.directory}/dbunit/export.xml. |
| doctype | String |
- |
doctype |
| encoding | String |
- |
Encoding of exported data. Default value is: ${project.build.sourceEncoding}. |
| escapePattern | String |
- |
escapePattern |
| format | String |
- |
DataSet file format Default value is: xml. |
| metadataHandlerName | String |
1.0-beta-3 |
Class name of metadata handler. Default value is: org.dbunit.database.DefaultMetadataHandler. |
| ordered | boolean |
- |
Set to true to order exported data according to integrity
constraints defined in DB. |
| password | String |
- |
Database password. If not given, it will be looked up through
settings.xml's server with ${settingsKey} as key |
| queries | Query[] |
- |
List of DbUnit's Query. See DbUnit's JavaDoc for details |
| schema | String |
- |
The schema name that tables can be found under. |
| settingsKey | String |
- |
Server's id in settings.xml to look up username and password.
Default to ${url} if not given. |
| skip | boolean |
- |
Skip the execution when true, very handy when using together with
maven.test.skip. Default value is: false. |
| skipOracleRecycleBinTables | boolean |
1.0-beta-2 |
skipOracleRecycleBinTables Default value is: false. |
| supportBatchStatement | boolean |
- |
Enable or disable usage of JDBC batched statement by DbUnit Default value is: false. |
| tables | Table[] |
- |
List of DbUnit's Table. See DbUnit's JavaDoc for details |
| useQualifiedTableNames | boolean |
- |
Enable or disable multiple schemas support by prefixing table names
with the schema name. Default value is: false. |
| username | String |
- |
Database username. If not given, it will be looked up through
settings.xml's server with ${settingsKey} as key |
java.lang.StringNo${dataTypeFactoryName}org.dbunit.dataset.datatype.DefaultDataTypeFactorybooleanNo${datatypeWarning}falsedest:
java.io.FileNo${dest}${project.build.directory}/dbunit/export.xmljava.lang.StringNo${doctype}java.lang.StringYes${driver}java.lang.StringNo${encoding}${project.build.sourceEncoding}java.lang.StringNo${escapePattern}java.lang.StringNo${format}xmljava.lang.String1.0-beta-3No${metadataHandlerName}org.dbunit.database.DefaultMetadataHandlerbooleanNojava.lang.StringNo${password}org.dbunit.ant.Query[]Nojava.lang.StringNo${schema}java.lang.StringNo${settingsKey}skip:
booleanNo${skip}falseboolean1.0-beta-2No${escapePattern}falsebooleanNo${supportBatchStatement}falseorg.dbunit.ant.Table[]Nourl:
java.lang.StringYesbooleanNo${useQualifiedTableNames}falsejava.lang.StringNo${username}