net.aditsu.depeche
public class MutableTableInfo extends TableInfo
| Constructor and Description |
|---|
MutableTableInfo(Table table) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Column col) |
void |
addExpKey(FKey expkey) |
void |
addFKey(FKey fkey) |
void |
setPKeyInfo(KeyInfo pkey) |
getAutoColumn, getAutoColumnIndex, getExpKey, getExpKey, getExpKeys, getFKey, getFKey, getFKeys, getPKeyInfo, getPkNameget, get, getColumnIndex, getColumnLabels, getColumnNames, getLabel, getName, getTable, hasColumn, sizeadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subListpublic MutableTableInfo(Table table)
public boolean add(Column col)
add in interface Collection<Column>add in interface List<Column>add in class AbstractList<Column>public void setPKeyInfo(KeyInfo pkey)
public void addFKey(FKey fkey)
public void addExpKey(FKey expkey)