Generator
public final class OracleGenerator 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 |
---|---|
OracleGenerator(DDLGenConfiguration configuration) |
Constructor for OracleGenerator.
|
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, setTypeMapper
public 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 OracleGenerator(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 AbstractGenerator
writer
- DDLWriter to write schema objects to.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com