|
DbUnitDumpTool
Creates a database dump
IntroductionInvoke DBUnit to create a database dump in xml or excel format. UsageYou can use the invocation "dbDump" from within the dbmigrate tool's xml configuration (see xml script features). java com.agimatec.database.DbUnitDumpTool {driver} {url} {user} {password} [-f {outputDataFile}]OptionsParameters in required sequence:
The suffix of the output filename determines the output format (refer to the classes of DBUnit):
Examplejava com.agimatec.database.DbUnitDumpTool org.postgresql.Driver jdbc:postgresql://localhost:5432/testdb admin password -f testdb.xml | ||||||||
► Sign in to add a comment