Methods Summary |
---|
public void | addAssociatedColumn(org.netbeans.modules.dbschema.ColumnPairElement column)Adds a column to the list of associated columns mapped by this mapping
field. Call this method instead of addColumn when mapping
join tables. This method is used to map between the join table column
and the foreign table column, while addLocalColumn is used
to map between the local table and the join table.
|
public void | addLocalColumn(org.netbeans.modules.dbschema.ColumnPairElement column)Adds a column to the list of columns mapped by this mapping field.
Call this method instead of addColumn when mapping join
tables. This method is used to map between the local column and the
join table, while addAssociatedColumn is used to
map between the join table and the foreign table.
|
public java.util.ArrayList | getAssociatedColumns()Returns the list of associated column names to which this
mapping field is mapped. This is used for join tables.
|