schemacrawler.schema
Interface ColumnMap

All Superinterfaces:
Serializable
All Known Subinterfaces:
ForeignKeyColumnMap

public interface ColumnMap
extends Serializable

Represents a single column mapping from a primary key column to a foreign key column.

Author:
Sualeh Fatehi

Method Summary
 Column getForeignKeyColumn()
          Gets the foreign key column.
 Column getPrimaryKeyColumn()
          Gets the primary key column.
 

Method Detail

getForeignKeyColumn

Column getForeignKeyColumn()
Gets the foreign key column.

Returns:
Foreign key column

getPrimaryKeyColumn

Column getPrimaryKeyColumn()
Gets the primary key column.

Returns:
Primary key column


Copyright © 2003-2009 Sualeh Fatehi. All Rights Reserved.