Generates the SQL script to migrate tables to support unicode.
A set of SQL scriptd are generated in order to migrate tables to support unicode.
Example:
<fuego:generatei18scripts
basePath="${basedir}"
destDir="/tmp/sql"/>
| Attribute | Description | Type | Required? |
| loaderref | Reference to BPM classloader. Used internally. | Reference | No |
| destdir | Sets the output directory for the generated SQL scripts. | File | ? |
| verbose | Verbose output. | boolean | No Default is false |
| basepath | Sets the base path for the modules directory. | File | ? |
| oracleonlineredefinition | Sets wether Oracle online table redefinition scripts will be generated. | boolean | No Defaults to false |
| fuegobasedir | Path to BPM Enterprise installation directory. | File |
No Defaults to value of fuego.basedir property of your
Ant script.
|