public abstract class AbstractDbUnitMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected String |
dataTypeFactoryName
Set the DataType factory to add support for non-standard database vendor data types.
|
protected boolean |
datatypeWarning
Enable or disable the warning message displayed when DbUnit encounter an unsupported data type.
|
protected String |
driver
The class name of the JDBC driver to be used.
|
protected String |
escapePattern
escapePattern
|
protected String |
metadataHandlerName
Class name of metadata handler.
|
protected String |
password
Database password.
|
protected String |
schema
The schema name that tables can be found under.
|
protected boolean |
skip
Skip the execution when true, very handy when using together with maven.test.skip.
|
protected boolean |
skipOracleRecycleBinTables
skipOracleRecycleBinTables
|
protected boolean |
supportBatchStatement
Enable or disable usage of JDBC batched statement by DbUnit
|
protected String |
url
The JDBC URL for the database to access, e.g. jdbc:db2:SAMPLE.
|
protected boolean |
useQualifiedTableNames
Enable or disable multiple schemas support by prefixing table names with the schema name.
|
protected String |
username
Database username.
|
Constructor and Description |
---|
AbstractDbUnitMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected String driver
protected String username
protected String password
protected String url
protected String schema
protected String dataTypeFactoryName
protected boolean supportBatchStatement
protected boolean useQualifiedTableNames
protected boolean datatypeWarning
protected String escapePattern
protected boolean skipOracleRecycleBinTables
protected boolean skip
protected String metadataHandlerName
Copyright © 2006–2015 MojoHaus. All rights reserved.