Full name:
org.dbunit:dbunit-maven-plugin:1.2.0:operation
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
driver | String | 1.0 | The class name of the JDBC driver to be used. |
format | String | 1.0 | Dataset file format type. Valid types are: flat, xml, csv, and dtd Default value is: xml. |
type | String | 1.0 | Type of Database operation to perform. Supported types are UPDATE,
INSERT, DELETE, DELETE_ALL, REFRESH, CLEAN_INSERT, MSSQL_INSERT,
MSSQL_REFRESH, MSSQL_CLEAN_INSERT |
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. |
combine | boolean | 1.0 | When true, table rows from multiple sources having the same name
are combined into one table. Only relevant when composite is true. Default value is: false. |
composite | boolean | 1.0 | When true, merge all source files into a single composite dataset. 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. |
escapePattern | String | 1.0 | Deprecated. since 1.0 - use the dbconfig attribute and the nested
elements for this |
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 tables according to integrity constraints
defined in DB. Default value is: false. |
password | String | 1.0 | Database password. If not given, it will be looked up through
settings.xml's server with ${settingsKey} as key. |
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. |
sources | File[] | 1.0 | DataSet files. |
src | File | 1.0 | Deprecated. 1.0 |
supportBatchStatement | boolean | 1.0 | Deprecated. since 1.0 - use the dbconfig attribute and the nested
elements for this Default value is: false. |
transaction | boolean | 1.0 | When true, place the entired operation in one transaction. Default value is: false. |
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. |
skip:
src:
type:
url: