| org.tigris.scarab.util.build.AntSchemaFix
AntSchemaFix | public class AntSchemaFix extends Task implements PropertyGetter(Code) | | This class is used as ant task backend for the generation
of a property file by use of a template file.
author: Hussayn Dabbous version: $Id: AntPropertyFileGenerator.java 9421 2005-02-20 22:32:38Z jorgeuriarte $ |
execute | public void execute()(Code) | | fix schema-file if dbtype is hypersonic.
due to an error in the hypersonic-torque generator.
|
setDbtype | public void setDbtype(String theDbtype)(Code) | | database type for which to run the fix.
currently only hypersonic needs a fix.
Parameters: theDbtype - |
setSource | public void setSource(String theSourceFileName)(Code) | | Source schema file to be fixed.
Parameters: theSourceFileName - |
setTarget | public void setTarget(String theTargetFileName)(Code) | | target schema file to be created.
Parameters: theTargetFileName - |
|
|