Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
DITRG_Name | varchar (30) | VARCHAR2 (30 CHAR) | varchar(30) | varchar (30) | false | The unique name of the disabled trigger. |
DITRG_Content | varchar(max) | CLOB | clob(20480 k) COMPACT | text | false | Content of the trigger. |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_DITRG | DITRG_Name | true | true | true | false |
Name | Local References | Foreign References |
---|
Return to the Index File