public class DatabaseModelConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_DATAMODEL_EAP_PATH
This optional parameter can be used to provide the path to the EAP file
in which the data model shall be created.
|
static String |
PARAM_DB_OWNER
This optional parameter can be used to specify the database owner.
|
static String |
PARAM_DB_VERSION
This optional parameter can be used to specify the database version.
|
static String |
PARAM_DELETE_PREEXISTING_DATAMODEL_PACKAGE
When creating a database model, ShapeChange loads DBMS specific templates
into an EA repository (which is either created on the fly, or taken from
a configured location).
|
static String |
PARAM_DM_PATTERN_PATH
Path (without a trailing "/") to the directory that contains the database
model pattern XMI templates.
|
static String |
PARAM_ESTABLISH_PACKAGE_HIERARCHY
By default, all table elements of the database model will be created as
direct children of the table package defined by the database model
pattern.
|
static String |
PARAM_TABLESPACE
This optional parameter can be used to specify the tablespace.
|
static String |
RULE_TGT_SQL_ALL_DBMODEL
If this rule is included, the target creates an internal SQL structure.
|
Constructor and Description |
---|
DatabaseModelConstants() |
public static final String RULE_TGT_SQL_ALL_DBMODEL
public static final String PARAM_DM_PATTERN_PATH
public static final String PARAM_DB_OWNER
public static final String PARAM_DB_VERSION
public static final String PARAM_TABLESPACE
public static final String PARAM_DELETE_PREEXISTING_DATAMODEL_PACKAGE
public static final String PARAM_DATAMODEL_EAP_PATH
public static final String PARAM_ESTABLISH_PACKAGE_HIERARCHY
Copyright © 2018. All rights reserved.