Full name:
org.codehaus.mojo:dbunit-maven-plugin:1.0-SNAPSHOT:compare
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
driver | String | - | The class name of the JDBC driver to be used. User property is: driver. |
src | File | - | DataSet file User property is: src. |
url | String | - | The JDBC URL for the database to access, e.g. jdbc:db2:SAMPLE. |
Name | Type | Since | Description |
---|---|---|---|
caseSensitiveTableNames | boolean | - | Be case sensitive when handling tables. Default value is: false. |
dataTypeFactoryName | String | - | Set the DataType factory to add support for non-standard database
vendor data types. Default value is: org.dbunit.dataset.datatype.DefaultDataTypeFactory. User property is: dataTypeFactoryName. |
datatypeWarning | boolean | - | Enable or disable the warning message displayed when DbUnit
encounter an unsupported data type. Default value is: false. User property is: datatypeWarning. |
escapePattern | String | - | escapePattern User property is: escapePattern. |
format | String | - | DataSet file format Default value is: xml. User property is: format. |
metadataHandlerName | String | 1.0-beta-3 | Class name of metadata handler. Default value is: org.dbunit.database.DefaultMetadataHandler. User property is: metadataHandlerName. |
password | String | - | Database password. If not given, it will be looked up through
settings.xml's server with ${settingsKey} as key User property is: password. |
queries | Query[] | - | List of DbUnit's Query. See DbUnit's org.dbunit.ant.Query JavaDoc
for details |
schema | String | - | The schema name that tables can be found under. User property is: schema. |
settingsKey | String | - | Server's id in settings.xml to look up username and password.
Default to ${url} if not given. User property is: settingsKey. |
skip | boolean | - | Skip the execution when true, very handy when using together with
maven.test.skip. Default value is: false. User property is: skip. |
skipOracleRecycleBinTables | boolean | 1.0-beta-2 | skipOracleRecycleBinTables Default value is: false. User property is: escapePattern. |
sort | boolean | - | sort User property is: sort. |
supportBatchStatement | boolean | - | Enable or disable usage of JDBC batched statement by DbUnit Default value is: false. User property is: supportBatchStatement. |
tables | Table[] | - | List of DbUnit's Table. See DbUnit's org.dbunit.ant.Table JavaDoc
for details |
useQualifiedTableNames | boolean | - | Enable or disable multiple schemas support by prefixing table names
with the schema name. Default value is: false. User property is: useQualifiedTableNames. |
username | String | - | Database username. If not given, it will be looked up through
settings.xml's server with ${settingsKey} as key User property is: username. |
skip:
sort:
src:
url: