Column | Data Type | Description |
PRIMARY_TABLE_CAT | VARCHAR (128), NULLABLE | The catalog that contains the primary table of the relational cache. It is NULL for the Salesforce driver. |
PRIMARY_TABLE_SCHEM | VARCHAR (128), NULLABLE | The schema that contains the primary table of the relational cache. |
PRIMARY_TABLE_NAME | VARCHAR (128), NOT NULL | The primary table of the relational cache. |
REF_TABLE_NAME | VARCHAR (128), NOT NULL | The name of the referenced table. |
RELATIONSHIP_NAME | VARCHAR(128), NOT NULL | The name of the foreign key relationship used to relate this table to the primary table or one of the other tables in the relational cache. |