Package cdc.rdb

Class RdbElementPath

java.lang.Object
cdc.rdb.RdbElementPath
All Implemented Interfaces:
Comparable<RdbElementPath>

public final class RdbElementPath extends Object implements Comparable<RdbElementPath>
Path associated to an element.

For elements that can have siblings with same name (e.g., data type, function or procedure), a Path, as currently defined, can be ambiguous.

Author:
Damien Carbonne