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.3 2006/04/11 14:10:12 euler Exp $
Author:
Timm Euler
See Also:
ForeignKey

Method Summary
 Column getForeignKeyColumn()
           
 Column getPrimaryKeyColumn()
           
 void setForeignKeyColumn(Column newFkCol)
           
 void setPrimaryKeyColumn(Column newPkCol)
           
 

Method Detail

getPrimaryKeyColumn

public Column getPrimaryKeyColumn()
                           throws M4Exception
Throws:
M4Exception

setPrimaryKeyColumn

public void setPrimaryKeyColumn(Column newPkCol)
                         throws M4Exception
Throws:
M4Exception

getForeignKeyColumn

public Column getForeignKeyColumn()
                           throws M4Exception
Throws:
M4Exception

setForeignKeyColumn

public void setForeignKeyColumn(Column newFkCol)
                         throws M4Exception
Throws:
M4Exception


Copyright © 2001-2005