Page History
Public Methods
Method | Description |
---|---|
ActiveSubModel | Returns the active submodel |
, which is the submodel that is currently displayed in ER/Studio. RETURN DATATYPE: SubModel. |
BoundAttachments | Gets all of the the BoundAttachments of this Model. |
BoundSecurityProperties | Gets all of the BoundSecurityProperties of this Model. |
BusinessDataObjects | Returns all of the BusinessDataObjects of this model. |
DataMovementModelLinks | Returns the DataMovementModelLinks collection, |
which contains all datamovement links that link this model to source/target models. | |
DB2390AuxTables | DB2 OS/390 only. Returns an object representing a collection of all auxiliary tables |
. | |
DB2Databases | Returns the DB2Databases in this model. |
DB2OS390Aliases | Returns the DB2OS390Aliases of this model. |
DB2OS390AuxTables | DB2 OS/390 only. Returns an object representing a collection of all auxiliary tables |
. | |
DB2OS390Synonyms | Returns the DB2OS390Synonyms of this model. |
DB2StoGroups | Returns the DB2StoGroups in this model. |
DB2Tablespaces | Returns the DB2Tablespaces in this model. |
DB2UDBAliases | Returns the DB2UDBAliases of this model. |
DB2UDBBufferPools | Returns the DB2UDBBufferPools associated with this Model. |
DB2UDBMaterializedQueryTables | Returns the DB2UDBMaterializedQueryTables of this model. |
DB2UDBNodeGroups | Returns the DB2 UDB NodeGroups associated with this Model. |
DB2UDBSequences | Returns the DB2UDBSequences of this model. |
DB2UDBTablespaces | Returns the DB2UDBTablespaces associated with this Model. |
DBRoles | Returns an object representing a collection of all DBRoles in the model. |
DBSchemas | Returns an object representing a collection of all DBSchemas in the model. |
DBUsers | Returns an object representing a collection of all DBUsers in the model. |
DDLGenerationObject | Returns an object which provides an interface for generating the DDL for the model. |
DeleteNamingStandardsTemplate | Unbind this Model from the naming standards template by deleting the naming standards template ID from the model. |
Entities | Returns an object representing a collection of all entities in the model. |
FirebirdGenerators | Returns the FirebirdGenerators of this model. |
GetNamingStandardsTemplate | Returns the naming standards template bound to the model or null, if none is bound to the model. |
HTMLReport | Creates an HTML report for the Model, and then saves it in the given WebDirectory. PARAMETERS: WebDirectory |
(String), UseUnixDelimiter |
(Boolean), IncludeModel |
(Boolean). | |
InterBaseGenerators | Returns the InterBaseGenerators of this model. |
Lines | Returns an object representing a collection of all lines in the model. |
NetezzaSynonyms | Returns the NetezzaSynonyms of this model. |
ObjectTypes | Returns the ObjectTypes of this model. |
OracleMaterializedViews | Returns the OracleMaterializedViews of this model. |
OracleRollbackSegments | Returns the OracleRollbackSegments of this model. |
OracleSequences | Returns the OracleSequences of this model. |
OracleSynonyms | Returns the OracleSynonyms of this model. |
OracleTablespaces | Returns the OracleTablespaces associated with this Model. |
Packages | Returns the Packages of this model. |
PhysicalGenerationObject | Returns an object which provides an interface for generating the physical model for the logical model. |
Procedures | Returns an object representing a collection of all stored procedures in the model. |
Relationships | Returns an object representing a collection of all relationships in the model. |
RepoCheckOutStatus | Get the Check Out status of this Model object. DATATYPE: StringObjects. |
RepoVersionHistory | Get the Version History of this Model from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects. |
Shapes | Returns the Shapes of this model. |
SQLServerSequences | Returns the SQLServerSequences of this model. |
SQLServerSynonyms | Returns the SQLServerSynonyms of this model. |
SubModels | Returns an object representing a collection of all submodels in the model. |
SubTypeClusters | Returns an object representing a collection of all SubTypeClusters in the model. |
UserComments | Returns a collection of user comments associated with this model. |
ViewRelationships | Returns an object representing a collection of all view relationships in the model. RETURN DATATYPE: ViewRelationships. |
Views | Returns an object representing a collection of all views in the model. |
Public Properties
Property | Description |
---|---|
BlobBlockSize | Blob block size used to estimate the size of a table row in the capacity planning dialog. DATATYPE: Integer. |
BlobOverhead | Blob storage overhead used to estimate the size of a table row in the capacity planning dialog. DATATYPE: Integer. |
CaseHandling | CaseHandling used in the Model. Valid values are: 0 = PreserveCase, 1 = LowerCase, 2 = UpperCase. DATATYPE: Integer. |
CaseShift | CaseShift setting used in the Model Options. Valid values are: 0 = PreserveCase, 1 = LowerCase, 2 = UpperCase. DATATYPE: Integer. |
DatabasePlatform | Database platform type of the model. DATATYPE: String. |
Datatype | Datatype default in the Model. DATATYPE: String. |
DatatypeNotNullable | Ddefault Datatype Nullability used in the Model. Valid values are: 0 = Nullable and 1 = NotNullable. DATATYPE: Integer. |
DatatypeScale | Default Datatype Scale used in the Model. DATATYPE: Integer. |
DatatypeWidth | Default Datatype Width used in the Model. DATATYPE: Integer. |
Dimensional | Determines whether a model is Dimensional (true) or Relational (false). DATATYPE: Boolean. |
DisablePostSQL | DisablePostSQL boolean used in the Model Options. If true, then PostSQL is not generated. DATATYPE: Boolean. |
DisablePreSQL | DisablePreSQL boolean used in the Model Options. If true, then PreSQL is not generated. DATATYPE: Boolean. |
GenAlternateKey | Generate Alternate Key in the Model. DATATYPE: Boolean. |
GenForeignKey | Generate Foreign Key in the Model. DATATYPE: Boolean. |
GenInversionEntry | Generate Inversion Entry in the Model. DATATYPE: Boolean. |
GenPKWithCluster | Generate the Primary Key with Cluster in Generate Physical Model. DATATYPE: Boolean. |
GenPrimaryKey | Generate Primary Key in the Model. DATATYPE: Boolean. |
GUID | GUID of the model as assigned by ER/Studio. Each model has a unique GUID. DATATYPE: String. |
ID | ID of the model as assigned by ER/Studio. Each model in a diagram has a unique ID. DATATYPE: Integer. |
IndexOverhead | Index storage overhead used to estimate the size of an index in the capacity planning dialog. DATATYPE: Integer. |
Logical | Determines whether the model is logical (true). DATATYPE: Boolean. |
MajorPlatform | Generalized description of the database platform type of the model. DATATYPE: String. |
Name | Name of the model. DATATYPE: String. |
NameMax | Maximum Name Length used in the Model. Only Logical Models are changed by this property. DATATYPE: Integer. |
NamePrefix | NamePrefix used in Generating Physical Model. DATATYPE: String. |
NameSync | NameSynchronization scheme in the Model. Valid values are: 0 = Complete, 1 = Partial, 2 = None. DATATYPE: Integer. |
NamingStandardsTemplateId | ID of the NamingStandardsTemplate object bound to the model (if any). A user can bind a NamingStandardsTemplate to the model by assigning a particular NamingStandardsTemplateId to this property. DATATYPE: Integer. |
Notation | Notation used in the Model. Valid values are: 0 = IDEF1X, 1 = IE, 2 = TRUE_IE, 3 = DASHED_IE. DATATYPE: Integer. |
PostSQL | PostSQL string used in the Model Options. DATATYPE: String. |
PreSQL | PreSQL string used in the Model Options. DATATYPE: String. |
RoleNamePrefix | Default RoleName prefix used in the Model. DATATYPE: String. |
RowOverhead | Row storage overhead used to estimate the size of a table row in the capacity planning dialog. DATATYPE: Integer. |
SpaceHandling | SpaceHandling used in the Model. Valid values are: 0 = PreserveSpaces, 1 = RemoveSpaces, 2 = UnderScoreSpaces. DATATYPE: Integer. |
StatementDelimiter | Statement delimiter of the model. DATATYPE: String. |
TableOverhead | Table storage overhead used to estimate the size of a table in the capacity planning dialog. DATATYPE: Integer. |
Info | ||
---|---|---|
| ||
|