public interface SchemaComponentContainer
| Modifier and Type | Method and Description |
|---|---|
void |
nameChanged(boolean attribute,
String oldName,
String newName)
Tell the container that the name of a component was changed.
|
void nameChanged(boolean attribute,
String oldName,
String newName)
throws T2DBException
attribute - if true the changes concerns an attribute, else a seriesoldName - old namenewName - new nameT2DBException - if a duplicate is foundCopyright © 2017. All rights reserved.