Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
OREF_TableName | varchar (8) | VARCHAR2 (8 CHAR) | varchar(8) | varchar (8) | false | OREF table name |
OREF_ColumnName | varchar (18) | VARCHAR2 (18 CHAR) | varchar(18) | varchar (18) | false | OREF column name |
OREF_UsesRef | smallint | NUMBER(38,0) | smallint | smallint | true | OREF uses ref. |
OREF_UsesBrackets | smallint | NUMBER(38,0) | smallint | smallint | true | OREF uses brackets |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_OREF | OREF_TableName, OREF_ColumnName | true | true | true | false |
Name | Local References | Foreign References |
---|
Return to the Index File