Uses of Class
com.tietoenator.trip.jxp.database.TdbIntegrityRule
Packages that use TdbIntegrityRule
Package
Description
Classes to inspect and modify database design.
-
Uses of TdbIntegrityRule in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database that return types with arguments of type TdbIntegrityRuleModifier and TypeMethodDescriptionTdbDatabaseDesign.integrityRules()
Retrieve a collection of integrity rules established for the database.Method parameters in com.tietoenator.trip.jxp.database with type arguments of type TdbIntegrityRuleModifier and TypeMethodDescriptionvoid
TdbDatabaseDesign.setIntegrityRules
(Collection<TdbIntegrityRule> rules) Establish a new set of integrity rules for the database.Constructors in com.tietoenator.trip.jxp.database with parameters of type TdbIntegrityRule