org.apache.ws.jaxme.sqls.impl
public class IndexImpl extends ColumnSetImpl implements Index
Nested Class Summary | |
---|---|
static class | IndexImpl.NameImpl |
Method Summary | |
---|---|
void | addColumn(Column pColumn) |
void | addColumn(Column.Name pName) |
void | addColumn(String pName) |
Iterator | getColumns() |
Index.Name | getName() |
boolean | isPrimaryKey() |
boolean | isUnique() |
void | setName(Index.Name pName) |
void | setName(String pName) |