Languages
| Primary Key | Name | Type | Length | Precision | Can Be Null | Default | References | Action | Hints | Comment |
|---|---|---|---|---|---|---|---|---|---|---|
| true | LanguageId | BIGINT | false | Identifies the Language | ||||||
| false | SecuritySystemId | BIGINT | false | IWA_SecuritySystem(SecuritySystemId) | Java | |||||
| false | IsDefault | BIT | false | |||||||
| false | Locale | VARCHAR | 25 | false |
| Constraint | Name | Columns | Hints | Comment |
|---|---|---|---|---|
| UNIQUE | IWA_Language_UniqueIndex | SecuritySystemId , Locale |
| Name | Columns | Hints | Comment |
|---|---|---|---|
| IWA_Language_SecuritySystemId | SecuritySystemId |
| Foreign Table | Column | Comment |
|---|---|---|
| IWA_CaseLocalized | LanguageId | References the language this name and description are in |
| IWA_TaskLocalized | LanguageId | References the language this name and description are in |
| Object | Strategy |
|---|---|
| IWA_Language | ALL |
| Object | AsParent |
|---|---|
| SecuritySystemId | true |