| Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
|---|---|---|---|---|---|---|
| STYP_OType | varchar (8) | VARCHAR2 (8 CHAR) | varchar(8) | varchar (8) | false | Objecttype |
| STYP_PType | char (1) | CHAR (1 CHAR) | char(1) | char (1) | false | Processtype G= Generation Phase, P=Processing Phase (Event), E=End Phase (postprocessing) |
| STYP_Lnr | smallint | NUMBER(38,0) | smallint | smallint | false | Linenumber |
| STYP_Content | varchar (255) | VARCHAR2 (255 CHAR) | varchar(255) | varchar (255) | true | script content |
| Name | Fields | Primary | Unique | Clustered |
|---|---|---|---|---|
| PK_STYP | STYP_OType, STYP_PType, STYP_Lnr | true | true | true |
| Name | Local References | Foreign References |
|---|
Return to the Index File