Generatorpublic final class Db2Generator extends AbstractGenerator
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ENGINE_CONFIG_NAME |
Filename of specific configuration for generator.
|
static java.lang.String |
ENGINE_CONFIG_PATH |
Path to specific configuration for generator.
|
static java.lang.String |
NAME |
Name of database engine.
|
GLOBAL_CONFIG_NAME, GLOBAL_CONFIG_PATH| Constructor | Description |
|---|---|
Db2Generator(DDLGenConfiguration configuration) |
Constructor for Db2Generator.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
generateHeader(DDLWriter writer) |
Generate header comment.
|
java.lang.String |
getEngineConfigName() |
Get engine configuration file name.
|
java.lang.String |
getEngineConfigPath() |
Get engine configuration file path.
|
java.lang.String |
getEngineName() |
Get engine name.
|
void |
initialize() |
Initialize generator.
|
createForeignKeyDDL, createIndex, createSchema, generateCreate, generateDDL, generateDrop, generateForeignKey, generateIndex, generateKeyGenerator, generatePrimaryKey, getConfiguration, getMapping, getMappingHelper, getSchema, getSchemaFactory, getTypeMapper, setKeyGenRegistry, setMapping, setMappingHelper, setSchemaFactory, setTypeMapperpublic static final java.lang.String NAME
public static final java.lang.String ENGINE_CONFIG_PATH
public static final java.lang.String ENGINE_CONFIG_NAME
public Db2Generator(DDLGenConfiguration configuration)
configuration - Configuration to use by the generator.public void initialize()
public java.lang.String getEngineName()
public java.lang.String getEngineConfigPath()
public java.lang.String getEngineConfigName()
public void generateHeader(DDLWriter writer)
generateHeader in class AbstractGeneratorwriter - DDLWriter to write schema objects to.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com