Uses of Class
com.tietoenator.trip.jxp.database.TdbErrorCheckSink
-
Packages that use TdbErrorCheckSink Package Description com.tietoenator.trip.jxp.database Classes to inspect and modify database design. -
-
Uses of TdbErrorCheckSink in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database with parameters of type TdbErrorCheckSink Modifier and Type Method Description void
TdbDatabaseDesign. diagnose(TdbErrorCheckSink sink)
Check the database's primary data file (the BAF) for errors or conditions that might cause errors in the future.void
TdbDatabaseDesign. diagnose(TdbErrorCheckSink sink, int phase)
Check the database's primary data file (the BAF) for errors or conditions that might cause errors in the future.
-