| LoaderGenerator Task class extends jakarta-ant Task class and uses to start
LoaderGenerator application as a jakarta-ant task in build.xml file.
sourceType, defines the type of the source database. Default value is 'msql'.
targetType, defines the type of the target database. Default value is 'msql'.
sourceDriverName, defines the driver of defined source database.
targetDriverName, defines the driver of defined target database.
sourceDataBase, defines the place where you're put the source database tables.
targetDataBase, defines the place where you're put the target database tables.
valueMode, defines the difference from overwrite and update attribute. If the valueMode
has value 'copy', attribute has value 'Overwrite', or if the valueMode has value 'sync', attribute
has value 'Update'. Default value of valueMode is 'copy'.
generatorOutput, is optional. That represent the directory, where the Octopus place created files.
If this argument don't exists, Octopus place created files in to current directory!
sourceUser, defines the user of the source database.
sourcePassword, defines the user password for the source database.
targetUser, defines the user of the target database.
targetPassword, defines the user password for the target database.
domlUrl, defines the place where the doml file is placed.
outputMode, defines which document you wont to generate. If the generateDoc has value
all, application generates xml, sql and doml files as ouput files. If the generateDoc has value
doml, application generates only the doml file, and if generateDoc has the value wdoml, application
generates xml and sql files.
packageName, defines the package name for the generated doml file.
generateDropTableStmt, defines if you want to generate only Sql statement for DROP TABLE.
author: Radoslav Dutina version: 1.0 |