UpdateProcessor
@Deprecated
public interface SchemaObjectExpander
UpdateProcessor
Modifier and Type | Method and Description |
---|---|
void |
expand(Difference rs)
Deprecated.
Called by a DBObjectProvider during a create or update process.
|
void expand(Difference rs)
rs
- the Difference which contains the objects to expand. For an update
"a" is the old version, for a create "a" will be null.