public final class GeneratorFactory
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static Generator |
createDDLGenerator(java.lang.String engine,
java.lang.String globalConf,
java.lang.String specificConf) |
Create DDL Generator for specified database engine with given global and specific
configurations.
|
public static Generator createDDLGenerator(java.lang.String engine, java.lang.String globalConf, java.lang.String specificConf) throws GeneratorException
engine - Database engine.globalConf - Global configuration file.specificConf - Specific configuration file for database engine.GeneratorException - If database engine has not been specified or no
generator is available for the database engine.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com