Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
XREQ_AEVersion | varchar (255) | VARCHAR2 (255 CHAR) | varchar(255) | varchar (255) | false | Primary Key (Database version) |
XREQ_Name | varchar (255) | VARCHAR2 (255 CHAR) | varchar(255) | varchar (255) | false | Primary Key Xreq Name |
XREQ_ContentLen | int | NUMBER(38,0) | int | int | true | XREQ content length |
XREQ_Content | varbinary(max) | BLOB | blob(128 M) INLINE LENGTH 20000 COMPACT | bytea | true | XREQ Content |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_XREQ | XREQ_AEVersion, XREQ_Name | true | true | false | false |
Name | Local References | Foreign References |
---|
Return to the Index File