- Conforms To:
- RTSQLConstraint
- Declared In:
- RTSQLForeignKeyConstraint.h
- - columns
- - referredTable
- - referredColumns
- (NSArray*)columns
array of columns this foreign key refers to
- (NSArray*)referredColumns
array of columns from referredTable to match local columns.
- (id<RTSQLTable>)referredTable
table this foreign key references