Public Methods
Returns an object representing a collection of attributes in the entity. |
|
Get all the BoundAttachments of this Entity. |
|
Get all the BoundSecurityProperties of this Entity. |
|
Returns an object representing a collection of child relationships for the entity. |
|
Get all the DataMovementRules bound to this Entity. |
|
Returns the collection of DB2 OS/390 table partitions. Also manages the partition key. |
|
Returns a collection of DB2 UDB v9.x dimensions. |
|
Returns the collection of DB2 UDB v9.x table range partitions. Also manages the partition key. |
|
Unbind this Entity from the naming standards template by deleting the naming standards template ID from the entity. |
|
Returns the naming standards template bound to the entity or null, if none is bound to the entity. |
|
Use to set INPUTFORMAT and OUTPUTFORMAT handler class names for the STORED AS clause of the Create Table statement. Either strings must be empty or both strings must contain a handler name. |
|
Returns an object representing a collection of indexes in the entity. |
|
Returns the collection of Object Permissions for this object. |
|
Returns the collection of oracle table partitions. Also manages the partition key and subpartition key and table level subpartitions. |
|
Returns an object representing a collection of parent relationships for the entity. |
|
Get the Check Out status of this Entity object. DATATYPE: StringObjects. |
|
Get the Version History of this Entity from the Repository server. Return the data in the StringObjects collection. DATATYPE: StringObjects. |
|
Returns an object representing a collection of Table Level Check Constraints in the entity. |
|
Returns an object representing a collection of triggers in the entity. |
|
Returns a collection of universal mappings applied to this object. |
|
Returns a collection of user comments associated with the entity. |
|
Returns a collection of user defined mappings applied to this object. |
|
Returns a collection of matches in other models based on the results of a WhereUsed analysis on this object. |
|
Returns a collection based on the results of a WhereUsed analysis of SubModels in the current model that contain this object. |
Public Properties
This is the read-only AverageRowSize property of the table. It applies only to Oracle 10 g and higher versions of Oracle platforms. |
|
Google BigQuery, Hive, and Snowflake only. This property holds the comma separated list of Clustered By columns. DATATYPE: String. |
|
This is the Compress property of the table. DATATYPE: Boolean. |
|
This property holds the table compress expression for the table. It only applies to Oracle 9 and older versions. DATATYPE: String. |
|
This is the Database location of the entity. The input string should not include dots. Dots will be removed. DATATYPE: String. |
|
This is the Table Storage Auditing option. The only valid strings are NONE, CHANGES, and ALL. DATATYPE: String. |
|
This is the Table Storage Log Data Changes value. DATATYPE: Boolean. |
|
This is the Table Storage Edit Proc value. DATATYPE: String. |
|
This is the Table Storage Encoding option. Valid string values are only ASCII, EBCDIC, and NONE. DATATYPE: String. |
|
This indicates if the Table Storage is In Database. DATATYPE: Boolean. |
|
This specifies if a table is volatile and it applies only to DB2 OS/390 V8 or later versions. DATATYPE: Boolean. |
|
This is the Table Storage Restrict On Drop value. DATATYPE: Boolean. |
|
This is the Table Storage Valid Proc value.DATATYPE: String. |
|
This is the definition of the entity. DATATYPE: String. |
|
This is the Dimension Table Type. The possible values are FIXED, TYPE1, TYPE2 or TYPE3. DATATYPE: String. |
|
This is the Dimensional Model Table Type. The possible values are DIMENSION, FACT, SNOWFLAKE or UNDEFINED. DATATYPE: String. |
|
This sets the Dimensional Model Table Type Override on or off. The possible values are true or false. DATATYPE: Boolean. |
|
If true, the Table will not be generated in the DDL. DATATYPE: Boolean. |
|
This is the name of the entity in the logical model. DATATYPE: String. |
|
This is the FreeListGroups of the entity storage. DATATYPE: Integer. |
|
This is the FreeLists of the entity storage. DATATYPE: Integer. |
|
True if this entity should not be affected by naming standards name updates. DATATYPE: Boolean. |
|
This is the Generate PostSQL option of the entity. DATATYPE: Boolean. |
|
This is the Generate PreSQL option of the entity. DATATYPE: Boolean. |
|
This is the date and time a Google BigQuery table is deleted along with all of the data contained within that table. DATATYPE: String. |
|
This is the name of the key used to encrypt your encryption keys as part of the Google BigQuery Cloud Key Management Service (KMS). DATATYPE: String. |
|
This is the name of a Google BigQuery label that you can apply to your resources, such as your datasets, tables, and views. DATATYPE: String. |
|
This is the date and time Google BigQuery partitions in a table are deleted along with all of the data contained within each partition. This expiration is calculated independently for each partition based on partition time. DATATYPE: Integer. |
|
This is the time period by which Google BigQuery tables are partitioned. DATATYPE: String. |
|
Y equals Boolean True if all queries for this table require a partition filter. DATATYPE: String. |
|
This is the type of partitioning used to partition Google BigQuery tables. DATATYPE: String. |
|
This is the range used to partition Google BigQuery tables. DATATYPE: String. |
|
This is the GreenplumDistributionColumns property of the table. It applies only to Greenplum. DATATYPE: String. |
|
This is the GreenplumDistributionRandom property of the table. It applies only to Greenplum. DATATYPE: Boolean. |
|
This is the period the growth rate is based on. The value of this property can be one of these: Day, Week, Month, Quarter or Year. This property applies only to physical models. DATATYPE: String. |
|
This determines how fast a table will grow. This property applies only to physical models. DATATYPE: Integer. |
|
This is the the type the growth rate is based on. The value of this property can be either Percent or Rows. This property applies only to physical models. DATATYPE: String. |
|
GUID of the entity. This GUID is assigned by ER/Studio. Each entity has a unique GUID. DATATYPE: String. |
|
This is the Fix option of the entity storage. DATATYPE: Boolean. |
|
This is the Row Lock option of the entity storage. DATATYPE: Boolean. |
|
This is the Storage In option of the entity storage. DATATYPE: Boolean. |
|
Hive only. This property holds AsSelect value for the table. DATATYPE: String. |
|
Hive only. This property holds the comma separated list of Clustered By columns. DATATYPE: String. |
|
This is the External property of the table. If true, the table with be created extenally: CREATE EXTERNAL TABLE ... It applies only to Hive models. DATATYPE: Boolean. |
|
This property determines where the table will be stored in the HDFS. It applies only to Hive models. DATATYPE: String. |
|
Hive only. This property NUM_BUCKETS value for the table. DATATYPE: Integer. |
|
This property corresponds to COLLECTION ITEMS TERMINATED BY of the ROW FORMAT clause in the create table statement. It requires HiveRowFormatDelimited to be true. It applies only to Hive models. DATATYPE: String. |
|
This Hive only property pertains to the RowFormat of the table. If true, the table will be created with ROW FORMAT DELIMITED. Cannot be set to true if a RowFormat SerDe has been specified (via HiveStoredBySerDeHandler). DATATYPE: Boolean. |
|
This Hive only property corresponds to ESCAPED BY part of the FIELDS TERMINATED BY clause in the create table statement. It requires HiveRowFormatFields to be set. DATATYPE: String. |
|
This property corresponds to FIELDS TERMINATED BY of the ROW FORMAT clause in the create table statement. It requires HiveRowFormatDelimited to be true. It applies only to Hive models. DATATYPE: String. |
|
This property corresponds to LINES TERMINATED BY of the ROW FORMAT clause in the create table statement. It requires HiveRowFormatDelimited to be true. It applies only to Hive models. DATATYPE: String. |
|
This property corresponds to MAP KEYS TERMINATED BY of the ROW FORMAT clause in the create table statement. It requires HiveRowFormatDelimited to be true. It applies only to Hive models. DATATYPE: String. |
|
This Hive only property corresponds to NULL DEFINED AS of the ROW FORMAT clause in the create table statement. It requires HiveRowFormatDelimited to be true. (Available on DBServers starting with Hive 0.13). DATATYPE: String. |
|
This property is the name of the SerDe handler for ROW FORMAT. It requires HiveRowFormatDelimited to be false. It applies only to Hive models. DATATYPE: String. |
|
This property holds the comma separated properties for ROW FORMAT SerDe. It requires HiveRowFormatSerDeHandler to be set. It applies only to Hive models. DATATYPE: String. |
|
Hive only. This property holds the comma separated list of Skewed By columns. DATATYPE: String. |
|
Hive only. This property holds the Skewed On Values for the table. DATATYPE: String. |
|
Hive only. This property holds the comma separated list of Sorted By columns. DATATYPE: String. |
|
Hive only. Is file format in the STORED AS clause. Valid input: , BINARYFILE, ORC, RCFILE, SEQUENCEFILE, TEXTFILE. Output also includes InputOutput Handler clause. HiveStoredBySerDeHandler must be empty. DATATYPE: String. |
|
Same as HiveStoredAs, but enumerates the file format as follows: 0:not set, 1:BINARYFILE, 2:INPUT FORMAT OUTPUT FORMAT , 3:ORC, 4:RCFILE, 5:SEQUENCEFILE, 6:TEXTFILE. 2 is output only. DATATYPE: Integer. |
|
Hive only. Read only. This is the INPUTFORMAT handler name of the STORED AS clause. Of the INPUTFORMAT handler.class.name string it returns the handler.class.name part. HiveStoredBySerDeHandler must be empty. DATATYPE: String. |
|
Hive only. Read only. This is the OUTPUTFORMAT handler name of the STORED AS clause. Of the OUTPUTFORMAT handler.class.name string it returns the handler.class.name part. HiveStoredBySerDeHandler must be empty. DATATYPE: String. |
|
This Hive only property is the name of the SerDe handler that would appear in the STORED BY clause of the Create Table statement. It requires HiveStoredAs to be empty. DATATYPE: String. |
|
This Hive only property holds the comma separated properties for STORED BY SerDe. It requires HiveStoredBySerDeHandler to be set. DATATYPE: String. |
|
Hive only. This property holds the TblProperties value for the table. DATATYPE: String. |
|
ID of the entity. This ID is assigned by ER/Studio. Each entity in a diagram has a unique ID. DATATYPE: Integer. |
|
This property specifies the Tablespace in which the Index for this table will be created. DATATYPE: String. |
|
This is the InformixLockMode property of the table. It applies to Informix Online and Informix 9.x or later versions. DATATYPE: Integer. Possible values: 0 for PAGE and 1 for ROW. |
|
This is the initial extent of the entity storage. DATATYPE: Integer. |
|
This is the Initial Transactions of the entity storage. DATATYPE: Integer. |
|
InterModelID of the object. This ID is assigned by ER/Studio. DATATYPE: Integer. |
|
This determines if a table is a static table or it will grow. This property applies only to physical models. DATATYPE: Boolean. |
|
This property is for DataLineage and applies only if the parent model is physical and has been enabled for data movement. This property tells when the data was last sourced. DATATYPE: String. |
|
Specifies that the table's data are physically replicated on each partition on which the table is defined. DATATYPE: Boolean. |
|
Controls the logical/physical only Entity Property. DATATYPE: Boolean. |
|
This property identifies the Tablespace in which the values of any long columns will be stored. DATATYPE: String. |
|
This is the MaxExtents of the entity storage. Parameter can be positive integer as string or UNLIMITED. DATATYPE: String. |
|
This is the maximum number of rows a table can hold. This property applies only to physical models. DATATYPE: Integer. |
|
This is the MaxTransactions of the entity storage. DATATYPE: Integer. |
|
This is the MinExtents of the entity storage. DATATYPE: Integer. |
|
This is the type of the table for MySQL model. The possible values are MYISAM or INNODB. DATATYPE: String. |
|
ID of the NamingStandardsTemplate object bound to the entity (if any). A user can bind a NamingStandardsTemplate to the entity by assigning a particular NamingStandardsTemplateId to this property. DATATYPE: Integer. |
|
This is the NetezzaDistributionColumns property of the table. It applies only to Netezza 4.6, 5.0 and later versions. DATATYPE: String. |
|
This is the NetezzaDistributionRandom property of the table. It applies only to Netezza 4.6, 5.0 and later versions. DATATYPE: Boolean. |
|
This is the Organization Key property of the table and contains up to four comma separated columns. It applies to Netezza 6.0 or later. DATATYPE: String. |
|
This is the next extent of the entity storage. DATATYPE: Integer. |
|
This determines whether there is no logging (true) or logging (false) in the entity storage. DATATYPE: Boolean. |
|
This is the note of the entity. DATATYPE: String. |
|
This is used to set/unset the Oracle External Table Access Driver property. It can be set only if the OracleExternalTables property is TRUE. |
|
This is used to set/unset the Oracle External Table Access Parameters property. It can be set only if the OracleExternalTables property is TRUE. |
|
This is the BufferPool of the entity storage. Values can be KEEP, RECYCLE, DEFAULT or NONE. DATATYPE: String. |
|
This is the Cache property of the entity storage. Must be heap organized. True for Cache on, false for Cache off. DATATYPE: Boolean. |
|
This is used to set/unset the Oracle External Table Default Directory property. It can be set only if the OracleExternalTables property is TRUE. |
|
This is used to set/unset the Oracle External Table property. |
|
This is used to set/unset the Oracle External Table Location property. It can be set only if the OracleExternalTables property is TRUE. |
|
This is the Degrees property of the entity storage. Degrees is only valid if parallel is true. DATATYPE: String. |
|
This is the Index property of the entity storage. It is true if index organized, false if heap organized. DATATYPE: Boolean. |
|
This is the Indexes property of the entity storage. Instances is only valid if parallel is true. DATATYPE: String. |
|
This is the Parallel option of the entity storage. DATATYPE: Boolean. |
|
This is the OracleRowMovement property of the table. It applies only to Oracle 9 and later versions, and it is not supported for non-partitioned index-organized tables. DATATYPE: Boolean. |
|
This is the owner of the entity. DATATYPE: String. |
|
This is the percent free of the entity storage. DATATYPE: Integer. |
|
This is the percent increase of the entity storage. DATATYPE: Integer. |
|
This is the percent used by the entity storage. DATATYPE: Integer. |
|
Snowflake only. This property holds the persistence type for a Snowflake table. Possible values returned are TRANSIENT, VOLATILE, GLOBAL, LOCAL, TEMPORARY, PERMANENT. |
|
This is the PostSQL of the entity. DATATYPE: String. |
|
This is the PreSQL of the entity. DATATYPE: String. |
|
This is the current number of rows in a table. This property applies only to physical models. DATATYPE: Integer. |
|
This property is for DataLineage and applies only if the parent model is physical and has been enabled for data movement. This property tells how often the data is sourced. DATATYPE: String. |
|
This is the storage location of the entity. DATATYPE: String. |
|
This is the Identity Gap option of the entity storage. It must be a positive integer (in kilobytes). DATATYPE: Integer. |
|
This is the Locking Scheme option of the entity storage. The possible values are ALLPAGES, DATAPAGES or DATAROWS. DATATYPE: String. |
|
This is the Max Rows Per Page option of the sybase table storage. DATATYPE: Integer. |
|
This is the Prefetch Strategy option of the entity storage. If it is true then the prefetch strategy is on, if it is false then it is off. DATATYPE: Boolean. |
|
This is the Replacement Strategy option of the entity storage. If it is true then the MRU replacement strategy is use, if it is false then LRU is used. DATATYPE: Boolean. |
|
This is the Reserve Page Gap option of the entity storage. It must be a positive integer (in kilobytes). DATATYPE: Integer. |
|
This is the system name of the AS400 table. DATATYPE: String. |
|
This is the TableDDL of the entity. DATATYPE: String. |
|
This is the name of the table in a physical model. DATATYPE: String. |
|
This is the After Journal option of the entity storage. The possible values are – --, NO, DUAL, LOCAL, NOT LOCAL or the empty string (meaning nothing has been specified). DATATYPE: String. |
|
This is the Before Journal option of the entity storage. The possible values are – --, NO, DUAL or the empty string (meaning nothing has been specified). DATATYPE: String. |
|
This is the TeradataChecksum property of the table. It applies to Teradata 12 or later versions. DATATYPE: String. Possible values: Default,All,High,Medium,Low,None, or empty(no DDL output) |
|
This is the Datablock Size option of the entity storage. It can be a positive integer (in kilobytes) or the string MINIMUM or MAXIMUM. DATATYPE: Integer or String. |
|
This is the DuplicateRowControl option of the entity storage. The possible values are SET, MULTISET or the empty string (meaning nothing has been specified). DATATYPE: String. |
|
This is the Fallback protection option of the entity storage. If it is true then Fallback protection is used for the table. DATATYPE: Boolean. |
|
This is the Journal Name option of the entity storage. If the entity has a Journal Table, then the name of the table is stored here. DATATYPE: String. |
|
This property specifies the table space in which the text/image columns are stored for the table. DATATYPE: String. |
|
This is the text label of the AS400 table. DATATYPE: String. |