org.apache.ws.jaxme.sqls
public interface ColumnSet
A common base interface for Index and ForeignKey.
Method Summary | |
---|---|
Iterator | getColumns() Returns the column sets columns. |
Table | getTable() Returns the table on which the foreign key is defined. |
Returns the column sets columns. In the case of an Index, these are the columns that have been added via addColumn. In the case of a ForeignKey, these are the local columns of column links.
Returns the table on which the foreign key is defined.