Method Summary |
|
public void | addColumn(ColumnElement el) Adds a new column to the index. |
public void | addColumns(ColumnElement[] els) Adds some new columns to the index. |
public ColumnElement | getColumn(DBIdentifier name) Find a column by name. |
public ColumnElement[] | getColumns() Gets all columns in this index. |
final Impl | getIndexImpl() Returns the implementation for the index. |
public boolean | isUnique() Gets the unique flag of the index. |
public void | removeColumn(ColumnElement el) Removes a column from the index. |
public void | removeColumns(ColumnElement[] els) Removes some columns from the index. |
public void | setColumns(ColumnElement[] els) Sets the columns for this index. |
public void | setUnique(boolean flag) Sets the unique flag of the index. |