edu.udo.cs.miningmart.m4
Interface ForeignKeyLink
- All Known Implementing Classes:
- KeyMember
public interface ForeignKeyLink
This interface gives access to ForeignKeyLinks. Each ForeignKeyLink
pairs two Columns, one from each Columnset that is involved in the link.
At least one ForeignKeyLink is needed to form a ForeignKey.
- Version:
- $Id: ForeignKeyLink.java,v 1.4 2006/09/27 14:59:58 euler Exp $
- Author:
- Timm Euler
- See Also:
ForeignKey
getPrimaryKeyColumn
Column getPrimaryKeyColumn()
throws M4Exception
- Throws:
M4Exception
setPrimaryKeyColumn
void setPrimaryKeyColumn(Column newPkCol)
throws M4Exception
- Throws:
M4Exception
getForeignKeyColumn
Column getForeignKeyColumn()
throws M4Exception
- Throws:
M4Exception
setForeignKeyColumn
void setForeignKeyColumn(Column newFkCol)
throws M4Exception
- Throws:
M4Exception
Copyright © 2001-2005