| Package | Description |
|---|---|
| com.tietoenator.trip.jxp.database |
Classes to inspect and modify database design.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TdbIntegrityRule> |
TdbDatabaseDesign.integrityRules()
Retrieve a collection of integrity rules established for the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TdbDatabaseDesign.setIntegrityRules(java.util.Collection<TdbIntegrityRule> rules)
Establish a new set of integrity rules for the database.
|
| Constructor and Description |
|---|
TdbIntegrityRule(TdbIntegrityRule src)
Copy constructor
|