ValueSetsvalidationTable
ValueSetsvalidationTable
Columns
Name | Type | Description |
ValueSetsValueSetId [KEY] | Long | The unique identifier of the value set. |
ValueSetId [KEY] | Long | The unique identifier of the validation table. |
FromClause | String | The FROM clause. |
WhereClause | String | The WHERE clause. |
OrderByClause | String | The ORDER BY clause, if any. |
ValueColumnName | String | The name of the value column. |
ValueColumnLength | Int | The length of the value column. |
ValueColumnType | String | The data type of the value column. |
IdColumnName | String | The name of the ID column, if any. |
IdColumnLength | Int | The length of the ID column. |
IdColumnType | String | The data type of the ID column. |
DescriptionColumnName | String | The name of the description column, if any. |
DescriptionColumnLength | Int | The length of the description column. |
DescriptionColumnType | String | The data type of the description column. |
EnabledFlagColumnName | String | The name of the enabled check box column, if any. |
StartDateColumnName | String | The start date column name, if any. |
EndDateColumnName | String | The name of the end date column, if any. |
ValueAttributesTableAlias | String | The alias of the table containing the value attribute columns, if any. |
CreationDate | Datetime | The date when the record was created. |
CreatedBy | String | The user who created the record. |
LastUpdateDate | Datetime | The date when the record was last updated. |
LastUpdatedBy | String | The user who last updated the record. |
Finder | String | finder |
ValueSetCode | String | valuesetcode |